#E08E88

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

Shades of Petite Orchid #E08E88

Tints of Petite Orchid #E08E88

Color information

#E08E88 (or 0xE08E88) is unknown color: approx Petite Orchid. HEX triplet: E0, 8E and 88. RGB value is (224,142,136). Sum of RGB (Red+Green+Blue) = 224+142+136=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E88 is #1F7177. Grayscale: #A5A5A5. Windows color (decimal): -2060664 or 8949472. OLE color: 8949472.

HSL color Cylindrical-coordinate representation of color #E08E88: hue angle of 4.09º degrees, saturation: 0.59, 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 #E08E88 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224142136-
CMYK00.370.390.12
HSL4.09º58.67%70.59%-
HSV(B)4.09º39.29%87.84%-
XYZ44.8636.9728.06-
YUV165.83111.17169.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=44.62%
G=28.29%
B=27.09%

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
Decimal22414213600.370.390.124.0958.6770.59
HexE08E8802527C43b47
Octal3402162100454714473107
Binary111000001000111010001000010010110011111001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E88; }

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

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

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

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

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

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

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

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