#E19986

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

Shades of Tonys Pink #E19986

Tints of Tonys Pink #E19986

Color information

#E19986 (or 0xE19986) is unknown color: approx Tonys Pink. HEX triplet: E1, 99 and 86. RGB value is (225,153,134). Sum of RGB (Red+Green+Blue) = 225+153+134=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E19986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19986 is #1E6679. Grayscale: #ACACAC. Windows color (decimal): -1992314 or 8821217. OLE color: 8821217.

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

Color convert

RGB225153134-
CMYK00.320.400.12
HSL12.53º60.26%70.39%-
HSV(B)12.53º40.44%88.24%-
XYZ46.7540.5127.91-
YUV172.36106.35165.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=43.95%
G=29.88%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515313400.320.400.1212.5360.2670.39
HexE1998602028Cd3c46
Octal34123120604050141574106
Binary1110000110011001100001100100000101000110011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19986; }

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

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

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

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

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

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

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

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