#E09A96

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

Shades of Petite Orchid #E09A96

Tints of Petite Orchid #E09A96

Color information

#E09A96 (or 0xE09A96) is unknown color: approx Petite Orchid. HEX triplet: E0, 9A and 96. RGB value is (224,154,150). Sum of RGB (Red+Green+Blue) = 224+154+150=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A96 is #1F6569. Grayscale: #AEAEAE. Windows color (decimal): -2057578 or 9870048. OLE color: 9870048.

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

Color convert

RGB224154150-
CMYK00.310.330.12
HSL3.24º54.41%73.33%-
HSV(B)3.24º33.04%87.84%-
XYZ47.841.1634.28-
YUV174.47114.19163.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=42.42%
G=29.17%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415415000.310.330.123.2454.4173.33
HexE09A9601F21C33649
Octal3402322260374114366111
Binary1110000010011010100101100111111000011100111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09A96; }

 p { color: rgb(224,154,150); }

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

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

 a { background-color: rgb(224,154,150); }

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

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

 span { border-color: rgb(224,154,150); }

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