#E09A97

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

Shades of Petite Orchid #E09A97

Tints of Petite Orchid #E09A97

Color information

#E09A97 (or 0xE09A97) is unknown color: approx Petite Orchid. HEX triplet: E0, 9A and 97. RGB value is (224,154,151). Sum of RGB (Red+Green+Blue) = 224+154+151=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A97 is #1F6568. Grayscale: #AEAEAE. Windows color (decimal): -2057577 or 9935584. OLE color: 9935584.

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

Color convert

RGB224154151-
CMYK00.310.330.12
HSL2.47º54.07%73.53%-
HSV(B)2.47º32.59%87.84%-
XYZ47.8841.1934.71-
YUV174.59114.69163.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=42.34%
G=29.11%
B=28.54%

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
Decimal22415415100.310.330.122.4754.0773.53
HexE09A9701F21C2364a
Octal3402322270374114266112
Binary1110000010011010100101110111111000011100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09A97; }

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

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

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

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

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

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

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

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