#E09795

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

Shades of Petite Orchid #E09795

Tints of Petite Orchid #E09795

Color information

#E09795 (or 0xE09795) is unknown color: approx Petite Orchid. HEX triplet: E0, 97 and 95. RGB value is (224,151,149). Sum of RGB (Red+Green+Blue) = 224+151+149=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09795 is #1F686A. Grayscale: #ACACAC. Windows color (decimal): -2058347 or 9803744. OLE color: 9803744.

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

Color convert

RGB224151149-
CMYK00.330.330.12
HSL1.6º54.74%73.14%-
HSV(B)1.6º33.48%87.84%-
XYZ47.2340.1533.69-
YUV172.6114.68164.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=42.75%
G=28.82%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415114900.330.330.121.654.7473.14
HexE0979502121C23749
Octal3402272250414114267111
Binary11100000100101111001010101000011000011100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09795; }

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

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

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

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

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

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

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

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