#E19995

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

Shades of Petite Orchid #E19995

Tints of Petite Orchid #E19995

Color information

#E19995 (or 0xE19995) is unknown color: approx Petite Orchid. HEX triplet: E1, 99 and 95. RGB value is (225,153,149). Sum of RGB (Red+Green+Blue) = 225+153+149=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19995 is #1E666A. Grayscale: #AEAEAE. Windows color (decimal): -1992299 or 9804257. OLE color: 9804257.

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

Color convert

RGB225153149-
CMYK00.320.340.12
HSL3.16º55.88%73.33%-
HSV(B)3.16º33.78%88.24%-
XYZ47.8740.9633.82-
YUV174.07113.85164.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=42.69%
G=29.03%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515314900.320.340.123.1655.8873.33
HexE1999502022C33849
Octal3412312250404214370111
Binary11100001100110011001010101000001000101100111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19995; }

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

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

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

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

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

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

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

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