#E09E9D

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

Shades of Petite Orchid #E09E9D

Tints of Petite Orchid #E09E9D

Color information

#E09E9D (or 0xE09E9D) is unknown color: approx Petite Orchid. HEX triplet: E0, 9E and 9D. RGB value is (224,158,157). Sum of RGB (Red+Green+Blue) = 224+158+157=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09E9D is #1F6162. Grayscale: #B1B1B1. Windows color (decimal): -2056547 or 10329824. OLE color: 10329824.

HSL color Cylindrical-coordinate representation of color #E09E9D: hue angle of 0.9º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09E9D is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224158157-
CMYK00.290.300.12
HSL0.9º51.94%74.71%-
HSV(B)0.9º29.91%87.84%-
XYZ49.0542.7437.56-
YUV177.62116.37161.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=41.56%
G=29.31%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415815700.290.300.120.951.9474.71
HexE09E9D01D1EC1344b
Octal3402362350353614164113
Binary11100000100111101001110101110111110110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09E9D; }

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

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

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

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

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

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

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

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