#E09895

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

Shades of Petite Orchid #E09895

Tints of Petite Orchid #E09895

Color information

#E09895 (or 0xE09895) is unknown color: approx Petite Orchid. HEX triplet: E0, 98 and 95. RGB value is (224,152,149). Sum of RGB (Red+Green+Blue) = 224+152+149=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E09895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09895 is #1F676A. Grayscale: #ADADAD. Windows color (decimal): -2058091 or 9804000. OLE color: 9804000.

HSL color Cylindrical-coordinate representation of color #E09895: hue angle of 2.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09895 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224152149-
CMYK00.320.330.12
HSL2.4º54.74%73.14%-
HSV(B)2.4º33.48%87.84%-
XYZ47.3940.4733.75-
YUV173.19114.35164.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=42.67%
G=28.95%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415214900.320.330.122.454.7473.14
HexE0989502021C23749
Octal3402302250404114267111
Binary11100000100110001001010101000001000011100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09895; }

 p { color: rgb(224,152,149); }

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

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

 a { background-color: rgb(224,152,149); }

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

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

 span { border-color: rgb(224,152,149); }

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