#E09387

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

Shades of Petite Orchid #E09387

Tints of Petite Orchid #E09387

Color information

#E09387 (or 0xE09387) is unknown color: approx Petite Orchid. HEX triplet: E0, 93 and 87. RGB value is (224,147,135). Sum of RGB (Red+Green+Blue) = 224+147+135=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09387 is #1F6C78. Grayscale: #A8A8A8. Windows color (decimal): -2059385 or 8885216. OLE color: 8885216.

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

Color convert

RGB224147135-
CMYK00.340.400.12
HSL8.09º58.94%70.39%-
HSV(B)8.09º39.73%87.84%-
XYZ45.5538.4627.95-
YUV168.65109.01167.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=44.27%
G=29.05%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414713500.340.400.128.0958.9470.39
HexE0938702228C83b46
Octal34022320704250141073106
Binary1110000010010011100001110100010101000110010001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09387; }

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

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

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

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

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

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

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

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