Html Css Color HEX #E59991 Petite Orchid

📋 copy color: '#E59991'

red 229 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #E59991

Tints of Petite Orchid #E59991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 145 (57.03% from 255) = 27.51%

R = 43.45%
G = 29.03%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E59991 (or 0xE59991) is known color: Petite Orchid. HEX triplet: E5, 99 and 91. RGB value is (229,153,145). Sum of RGB (Red+Green+Blue) = 229+153+145=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59991 is #1A666E. Grayscale: #AEAEAE. Windows color (decimal): -1730159 or 9542117. OLE color: 9542117.

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

Color convert

RGB 229 153 145 -
CMYK 0 0.33 0.37 0.10
HSL 5.71º 0.62% 0.73% -
HSV(B) 5.71º 0.37% 0.9% -
XYZ 48.82 41.48 32.22 -
YUV 174.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 229 153 145 0 0.33 0.37 0.10 5.71 0.62 0.73
Hex E5 99 91 0 21 25 A 6 3E 49
Octal 345 231 221 0 41 45 12 6 76 111
Binary 11100101 10011001 10010001 0 100001 100101 1010 110 111110 1001001

Color Harmonies of #E59991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59991

Black with #E59991

Text Example


Text Example

White with #E59991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59991; }

 p { color: rgb(229,153,145); }

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

background-color css

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

 a { background-color: rgb(229,153,145); }

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

border-color css

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

 span { border-color: rgb(229,153,145); }

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