#E09C99

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

Shades of Petite Orchid #E09C99

Tints of Petite Orchid #E09C99

Color information

#E09C99 (or 0xE09C99) is unknown color: approx Petite Orchid. HEX triplet: E0, 9C and 99. RGB value is (224,156,153). Sum of RGB (Red+Green+Blue) = 224+156+153=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C99 is #1F6366. Grayscale: #B0B0B0. Windows color (decimal): -2057063 or 10067168. OLE color: 10067168.

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

Color convert

RGB224156153-
CMYK00.300.320.12
HSL2.54º53.38%73.92%-
HSV(B)2.54º31.7%87.84%-
XYZ48.3841.9235.68-
YUV175.99115.03162.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=42.03%
G=29.27%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415615300.300.320.122.5453.3873.92
HexE09C9901E20C3354a
Octal3402342310364014365112
Binary1110000010011100100110010111101000001100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09C99; }

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

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

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

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

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

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

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

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