#E19C86

Color #E19C86 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E19C86

Tints of Tonys Pink #E19C86

Color information

#E19C86 (or 0xE19C86) is unknown color: approx Tonys Pink. HEX triplet: E1, 9C and 86. RGB value is (225,156,134). Sum of RGB (Red+Green+Blue) = 225+156+134=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C86 is #1E6379. Grayscale: #AEAEAE. Windows color (decimal): -1991546 or 8821985. OLE color: 8821985.

HSL color Cylindrical-coordinate representation of color #E19C86: hue angle of 14.51º 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 #E19C86 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225156134-
CMYK00.310.400.12
HSL14.51º60.26%70.39%-
HSV(B)14.51º40.44%88.24%-
XYZ47.2441.5128.08-
YUV174.12105.36164.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=43.69%
G=30.29%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515613400.310.400.1214.5160.2670.39
HexE19C8601F28Cf3c46
Octal34123420603750141774106
Binary111000011001110010000110011111101000110011111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C86; }

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

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

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

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

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

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

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

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