#E19A99

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

Shades of Petite Orchid #E19A99

Tints of Petite Orchid #E19A99

Color information

#E19A99 (or 0xE19A99) is unknown color: approx Petite Orchid. HEX triplet: E1, 9A and 99. RGB value is (225,154,153). Sum of RGB (Red+Green+Blue) = 225+154+153=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A99 is #1E6566. Grayscale: #AFAFAF. Windows color (decimal): -1992039 or 10066657. OLE color: 10066657.

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

Color convert

RGB225154153-
CMYK00.320.320.12
HSL0.83º54.55%74.12%-
HSV(B)0.83º32%88.24%-
XYZ48.3641.4235.58-
YUV175.12115.52163.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=42.29%
G=28.95%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515415300.320.320.120.8354.5574.12
HexE19A9902020C1374a
Octal3412322310404014167112
Binary1110000110011010100110010100000100000110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A99; }

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

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

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

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

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

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

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

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