#E09E97

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

Shades of Petite Orchid #E09E97

Tints of Petite Orchid #E09E97

Color information

#E09E97 (or 0xE09E97) is unknown color: approx Petite Orchid. HEX triplet: E0, 9E and 97. RGB value is (224,158,151). Sum of RGB (Red+Green+Blue) = 224+158+151=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09E97 is #1F6168. Grayscale: #B1B1B1. Windows color (decimal): -2056553 or 9936608. OLE color: 9936608.

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

Color convert

RGB224158151-
CMYK00.290.330.12
HSL5.75º54.07%73.53%-
HSV(B)5.75º32.59%87.84%-
XYZ48.5542.5434.93-
YUV176.94113.37161.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=42.03%
G=29.64%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415815100.290.330.125.7554.0773.53
HexE09E9701D21C6364a
Octal3402362270354114666112
Binary11100000100111101001011101110110000111001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09E97; }

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

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

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

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

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

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

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

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