#E19886

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

Shades of Tonys Pink #E19886

Tints of Tonys Pink #E19886

Color information

#E19886 (or 0xE19886) is unknown color: approx Tonys Pink. HEX triplet: E1, 98 and 86. RGB value is (225,152,134). Sum of RGB (Red+Green+Blue) = 225+152+134=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E19886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19886 is #1E6779. Grayscale: #ABABAB. Windows color (decimal): -1992570 or 8820961. OLE color: 8820961.

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

Color convert

RGB225152134-
CMYK00.320.400.12
HSL11.87º60.26%70.39%-
HSV(B)11.87º40.44%88.24%-
XYZ46.5840.1927.86-
YUV171.77106.68165.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=44.03%
G=29.75%
B=26.22%

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
Decimal22515213400.320.400.1211.8760.2670.39
HexE1988602028Cc3c46
Octal34123020604050141474106
Binary1110000110011000100001100100000101000110011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19886; }

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

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

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

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

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

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

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

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