Html Css Color HEX #E59A95 Petite Orchid

📋 copy color: '#E59A95'

red 229 ◦ green 154 ◦ blue 149

#E59A95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #E59A95

Tints of Petite Orchid #E59A95

RGB

 RED value IS 229 (89.84% from 255) = 43.05%

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 149 (58.59% from 255) = 28.01%

R = 43.05%
G = 28.95%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E59A95 (or 0xE59A95) is known color: Petite Orchid. HEX triplet: E5, 9A and 95. RGB value is (229,154,149). Sum of RGB (Red+Green+Blue) = 229+154+149=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A95 is #1A656A. Grayscale: #AFAFAF. Windows color (decimal): -1729899 or 9804517. OLE color: 9804517.

HSL color Cylindrical-coordinate representation of color #E59A95: hue angle of 3.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59A95 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 149 -
CMYK 0 0.33 0.35 0.10
HSL 3.75º 0.61% 0.74% -
HSV(B) 3.75º 0.35% 0.9% -
XYZ 49.29 41.94 33.93 -
YUV 175.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 229 154 149 0 0.33 0.35 0.10 3.75 0.61 0.74
Hex E5 9A 95 0 21 23 A 4 3D 4A
Octal 345 232 225 0 41 43 12 4 75 112
Binary 11100101 10011010 10010101 0 100001 100011 1010 100 111101 1001010

Color Harmonies of #E59A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A95

Black with #E59A95

Text Example


Text Example

White with #E59A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A95; }

 p { color: rgb(229,154,149); }

 H1.HeaderClassName
 {
   color: #E59A95;
 }
 .AnyTagClassName
 {
   color: #E59A95;
 }
</style>

background-color css

<style>
 a { background-color: #E59A95; }

 a { background-color: rgb(229,154,149); }

 div.DivClassName
 {
   background-color: #E59A95;
 }
 .BgClassName
 {
   background-color: #E59A95;
 }
</style>

border-color css

<style>
 span { border-color: #E59A95; }

 span { border-color: rgb(229,154,149); }

 td.TdClassName
 {
   border-color: #E59A95;
 }
 .TagClassName
 {
   border-color: #E59A95;
 }
</style>