#E09A99

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

Shades of Petite Orchid #E09A99

Tints of Petite Orchid #E09A99

Color information

#E09A99 (or 0xE09A99) is unknown color: approx Petite Orchid. HEX triplet: E0, 9A and 99. RGB value is (224,154,153). Sum of RGB (Red+Green+Blue) = 224+154+153=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A99 is #1F6566. Grayscale: #AEAEAE. Windows color (decimal): -2057575 or 10066656. OLE color: 10066656.

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

Color convert

RGB224154153-
CMYK00.310.320.12
HSL0.85º53.38%73.92%-
HSV(B)0.85º31.7%87.84%-
XYZ48.0541.2635.57-
YUV174.82115.69163.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=42.18%
G=29.00%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415415300.310.320.120.8553.3873.92
HexE09A9901F20C1354a
Octal3402322310374014165112
Binary111000001001101010011001011111100000110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09A99; }

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

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

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

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

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

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

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

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