#E19A8C

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

Shades of Tonys Pink #E19A8C

Tints of Tonys Pink #E19A8C

Color information

#E19A8C (or 0xE19A8C) is unknown color: approx Tonys Pink. HEX triplet: E1, 9A and 8C. RGB value is (225,154,140). Sum of RGB (Red+Green+Blue) = 225+154+140=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8C is #1E6573. Grayscale: #ADADAD. Windows color (decimal): -1992052 or 9214689. OLE color: 9214689.

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

Color convert

RGB225154140-
CMYK00.320.380.12
HSL9.88º58.62%71.57%-
HSV(B)9.88º37.78%88.24%-
XYZ47.3441.0130.23-
YUV173.63109.02164.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=43.35%
G=29.67%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515414000.320.380.129.8858.6271.57
HexE19A8C02026Ca3b48
Octal34123221404046141273110
Binary1110000110011010100011000100000100110110010101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A8C; }

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

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

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

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

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

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

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

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