#E09D99

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

Shades of Petite Orchid #E09D99

Tints of Petite Orchid #E09D99

Color information

#E09D99 (or 0xE09D99) is unknown color: approx Petite Orchid. HEX triplet: E0, 9D and 99. RGB value is (224,157,153). Sum of RGB (Red+Green+Blue) = 224+157+153=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D99 is #1F6266. Grayscale: #B0B0B0. Windows color (decimal): -2056807 or 10067424. OLE color: 10067424.

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

Color convert

RGB224157153-
CMYK00.300.320.12
HSL3.38º53.38%73.92%-
HSV(B)3.38º31.7%87.84%-
XYZ48.5542.2635.74-
YUV176.58114.7161.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=41.95%
G=29.40%
B=28.65%

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
Decimal22415715300.300.320.123.3853.3873.92
HexE09D9901E20C3354a
Octal3402352310364014365112
Binary1110000010011101100110010111101000001100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09D99; }

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

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

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

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

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

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

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

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