#E19186

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

Shades of Petite Orchid #E19186

Tints of Petite Orchid #E19186

Color information

#E19186 (or 0xE19186) is unknown color: approx Petite Orchid. HEX triplet: E1, 91 and 86. RGB value is (225,145,134). Sum of RGB (Red+Green+Blue) = 225+145+134=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E19186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19186 is #1E6E79. Grayscale: #A7A7A7. Windows color (decimal): -1994362 or 8819169. OLE color: 8819169.

HSL color Cylindrical-coordinate representation of color #E19186: hue angle of 7.25º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E19186 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225145134-
CMYK00.360.400.12
HSL7.25º60.26%70.39%-
HSV(B)7.25º40.44%88.24%-
XYZ45.4837.9827.49-
YUV167.67109168.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=44.64%
G=28.77%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514513400.360.400.127.2560.2670.39
HexE1918602428C73c46
Octal3412212060445014774106
Binary111000011001000110000110010010010100011001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19186; }

 p { color: rgb(225,145,134); }

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

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

 a { background-color: rgb(225,145,134); }

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

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

 span { border-color: rgb(225,145,134); }

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