#E09999

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

Shades of Petite Orchid #E09999

Tints of Petite Orchid #E09999

Color information

#E09999 (or 0xE09999) is unknown color: approx Petite Orchid. HEX triplet: E0, 99 and 99. RGB value is (224,153,153). Sum of RGB (Red+Green+Blue) = 224+153+153=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E09999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09999 is #1F6666. Grayscale: #AEAEAE. Windows color (decimal): -2057831 or 10066400. OLE color: 10066400.

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

Color convert

RGB224153153-
CMYK00.320.320.12
HSL53.38%73.92%-
HSV(B)31.7%87.84%-
XYZ47.8840.9335.51-
YUV174.23116.02163.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 153 (60.16% from 255) = 28.87%
R=42.26%
G=28.87%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415315300.320.320.12053.3873.92
HexE0999902020C0354a
Octal3402312310404014065112
Binary1110000010011001100110010100000100000110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09999; }

 p { color: rgb(224,153,153); }

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

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

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

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

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

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

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