#E19584

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

Shades of Tonys Pink #E19584

Tints of Tonys Pink #E19584

Color information

#E19584 (or 0xE19584) is unknown color: approx Tonys Pink. HEX triplet: E1, 95 and 84. RGB value is (225,149,132). Sum of RGB (Red+Green+Blue) = 225+149+132=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19584 is #1E6A7B. Grayscale: #A9A9A9. Windows color (decimal): -1993340 or 8689121. OLE color: 8689121.

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

Color convert

RGB225149132-
CMYK00.340.410.12
HSL10.97º60.78%70%-
HSV(B)10.97º41.33%88.24%-
XYZ45.9639.1726.97-
YUV169.79106.68167.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=44.47%
G=29.45%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514913200.340.410.1210.9760.7870
HexE1958402229Cb3d46
Octal34122520404251141375106
Binary1110000110010101100001000100010101001110010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19584; }

 p { color: rgb(225,149,132); }

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

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

 a { background-color: rgb(225,149,132); }

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

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

 span { border-color: rgb(225,149,132); }

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