#E19B8C

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

Shades of Tonys Pink #E19B8C

Tints of Tonys Pink #E19B8C

Color information

#E19B8C (or 0xE19B8C) is unknown color: approx Tonys Pink. HEX triplet: E1, 9B and 8C. RGB value is (225,155,140). Sum of RGB (Red+Green+Blue) = 225+155+140=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B8C is #1E6473. Grayscale: #AEAEAE. Windows color (decimal): -1991796 or 9214945. OLE color: 9214945.

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

Color convert

RGB225155140-
CMYK00.310.380.12
HSL10.59º58.62%71.57%-
HSV(B)10.59º37.78%88.24%-
XYZ47.5141.3430.29-
YUV174.22108.69164.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=43.27%
G=29.81%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515514000.310.380.1210.5958.6271.57
HexE19B8C01F26Cb3b48
Octal34123321403746141373110
Binary111000011001101110001100011111100110110010111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B8C; }

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

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

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

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

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

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

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

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