#E09187

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

Shades of Petite Orchid #E09187

Tints of Petite Orchid #E09187

Color information

#E09187 (or 0xE09187) is unknown color: approx Petite Orchid. HEX triplet: E0, 91 and 87. RGB value is (224,145,135). Sum of RGB (Red+Green+Blue) = 224+145+135=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E09187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09187 is #1F6E78. Grayscale: #A7A7A7. Windows color (decimal): -2059897 or 8884704. OLE color: 8884704.

HSL color Cylindrical-coordinate representation of color #E09187: hue angle of 6.74º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09187 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224145135-
CMYK00.350.400.12
HSL6.74º58.94%70.39%-
HSV(B)6.74º39.73%87.84%-
XYZ45.2437.8527.84-
YUV167.48109.67168.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=44.44%
G=28.77%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414513500.350.400.126.7458.9470.39
HexE0918702328C73b46
Octal3402212070435014773106
Binary111000001001000110000111010001110100011001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09187; }

 p { color: rgb(224,145,135); }

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

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

 a { background-color: rgb(224,145,135); }

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

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

 span { border-color: rgb(224,145,135); }

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