#E19686

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

Shades of Tonys Pink #E19686

Tints of Tonys Pink #E19686

Color information

#E19686 (or 0xE19686) is unknown color: approx Tonys Pink. HEX triplet: E1, 96 and 86. RGB value is (225,150,134). Sum of RGB (Red+Green+Blue) = 225+150+134=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E19686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19686 is #1E6979. Grayscale: #AAAAAA. Windows color (decimal): -1993082 or 8820449. OLE color: 8820449.

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

Color convert

RGB225150134-
CMYK00.330.400.12
HSL10.55º60.26%70.39%-
HSV(B)10.55º40.44%88.24%-
XYZ46.2639.5427.75-
YUV170.6107.35166.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=44.20%
G=29.47%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515013400.330.400.1210.5560.2670.39
HexE1968602128Cb3c46
Octal34122620604150141374106
Binary1110000110010110100001100100001101000110010111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19686; }

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

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

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

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

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

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

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

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