#E19C85

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

Shades of Tonys Pink #E19C85

Tints of Tonys Pink #E19C85

Color information

#E19C85 (or 0xE19C85) is unknown color: approx Tonys Pink. HEX triplet: E1, 9C and 85. RGB value is (225,156,133). Sum of RGB (Red+Green+Blue) = 225+156+133=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C85 is #1E637A. Grayscale: #AEAEAE. Windows color (decimal): -1991547 or 8756449. OLE color: 8756449.

HSL color Cylindrical-coordinate representation of color #E19C85: hue angle of 15º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E19C85 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225156133-
CMYK00.310.410.12
HSL15º60.53%70.2%-
HSV(B)15º40.89%88.24%-
XYZ47.1741.4827.71-
YUV174.01104.86164.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=43.77%
G=30.35%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515613300.310.410.121560.5370.2
HexE19C8501F29Cf3d46
Octal34123420503751141775106
Binary111000011001110010000101011111101001110011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C85; }

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

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

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

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

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

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

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

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