#E09087

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

Shades of Petite Orchid #E09087

Tints of Petite Orchid #E09087

Color information

#E09087 (or 0xE09087) is unknown color: approx Petite Orchid. HEX triplet: E0, 90 and 87. RGB value is (224,144,135). Sum of RGB (Red+Green+Blue) = 224+144+135=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09087 is #1F6F78. Grayscale: #A7A7A7. Windows color (decimal): -2060153 or 8884448. OLE color: 8884448.

HSL color Cylindrical-coordinate representation of color #E09087: hue angle of 6.07º 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 #E09087 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224144135-
CMYK00.360.400.12
HSL6.07º58.94%70.39%-
HSV(B)6.07º39.73%87.84%-
XYZ45.0937.5427.79-
YUV166.89110168.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=44.53%
G=28.63%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414413500.360.400.126.0758.9470.39
HexE0908702428C63b46
Octal3402202070445014673106
Binary111000001001000010000111010010010100011001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09087; }

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

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

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

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

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

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

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

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