#E19B85

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

Shades of Tonys Pink #E19B85

Tints of Tonys Pink #E19B85

Color information

#E19B85 (or 0xE19B85) is unknown color: approx Tonys Pink. HEX triplet: E1, 9B and 85. RGB value is (225,155,133). Sum of RGB (Red+Green+Blue) = 225+155+133=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B85 is #1E647A. Grayscale: #ADADAD. Windows color (decimal): -1991803 or 8756193. OLE color: 8756193.

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

Color convert

RGB225155133-
CMYK00.310.410.12
HSL14.35º60.53%70.2%-
HSV(B)14.35º40.89%88.24%-
XYZ47.0141.1427.65-
YUV173.42105.19164.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=43.86%
G=30.21%
B=25.93%

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
Decimal22515513300.310.410.1214.3560.5370.2
HexE19B8501F29Ce3d46
Octal34123320503751141675106
Binary111000011001101110000101011111101001110011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B85; }

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

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

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

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

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

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

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

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