#E09995

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

Shades of Petite Orchid #E09995

Tints of Petite Orchid #E09995

Color information

#E09995 (or 0xE09995) is unknown color: approx Petite Orchid. HEX triplet: E0, 99 and 95. RGB value is (224,153,149). Sum of RGB (Red+Green+Blue) = 224+153+149=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09995 is #1F666A. Grayscale: #ADADAD. Windows color (decimal): -2057835 or 9804256. OLE color: 9804256.

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

Color convert

RGB224153149-
CMYK00.320.330.12
HSL3.2º54.74%73.14%-
HSV(B)3.2º33.48%87.84%-
XYZ47.5640.833.8-
YUV173.77114.02163.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=42.59%
G=29.09%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415314900.320.330.123.254.7473.14
HexE0999502021C33749
Octal3402312250404114367111
Binary11100000100110011001010101000001000011100111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09995; }

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

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

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

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

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

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

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

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