#E08E89

Color #E08E89 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E08E89

Tints of Petite Orchid #E08E89

Color information

#E08E89 (or 0xE08E89) is unknown color: approx Petite Orchid. HEX triplet: E0, 8E and 89. RGB value is (224,142,137). Sum of RGB (Red+Green+Blue) = 224+142+137=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E89 is #1F7176. Grayscale: #A6A6A6. Windows color (decimal): -2060663 or 9015008. OLE color: 9015008.

HSL color Cylindrical-coordinate representation of color #E08E89: hue angle of 3.45º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08E89 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224142137-
CMYK00.370.390.12
HSL3.45º58.39%70.78%-
HSV(B)3.45º38.84%87.84%-
XYZ44.933728.44-
YUV165.95111.67169.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=44.53%
G=28.23%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414213700.370.390.123.4558.3970.78
HexE08E8902527C33a47
Octal3402162110454714372107
Binary11100000100011101000100101001011001111100111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E89; }

 p { color: rgb(224,142,137); }

 H1.HeaderClassName
 {
   color: #E08E89;
 }
 .AnyTagClassName
 {
   color: #E08E89;
 }
</style>
background-color css

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

 a { background-color: rgb(224,142,137); }

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

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

 span { border-color: rgb(224,142,137); }

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