Shades of Deep Pink #E81584
Tints of Deep Pink #E81584
RGB
CMYK
RGB Variations
Color information
#E81584 (or 0xE81584) is known color: Deep Pink. HEX triplet: E8, 15 and 84. RGB value is (232,21,132). Sum of RGB (Red+Green+Blue) = 232+21+132=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E81584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81584 is #17EA7B. Grayscale: #606060. Windows color (decimal): -1567356 or 8656360. OLE color: 8656360.
HSL color Cylindrical-coordinate representation of color #E81584: hue angle of 328.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81584 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 132 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.09 |
| HSL | 328.44º | 0.83% | 0.5% | - |
| HSV(B) | 328.44º | 0.91% | 0.91% | - |
| XYZ | 37.71 | 19.36 | 23.58 | - |
| YUV | 96.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 132 | 0 | 0.91 | 0.43 | 0.09 | 328.44 | 0.83 | 0.5 |
| Hex | E8 | 15 | 84 | 0 | 5B | 2B | 9 | 148 | 53 | 32 |
| Octal | 350 | 25 | 204 | 0 | 133 | 53 | 11 | 510 | 123 | 62 |
| Binary | 11101000 | 10101 | 10000100 | 0 | 1011011 | 101011 | 1001 | 101001000 | 1010011 | 110010 |
Color Harmonies of #E81584
Complementary color
Monochromatic Colors of #E81584
Black with #E81584
Text Example
Text Example
White with #E81584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81584; }
p { color: rgb(232,21,132); }
H1.HeaderClassName
{
color: #E81584;
}
.AnyTagClassName
{
color: #E81584;
}
</style>
background-color css
<style>
a { background-color: #E81584; }
a { background-color: rgb(232,21,132); }
div.DivClassName
{
background-color: #E81584;
}
.BgClassName
{
background-color: #E81584;
}
</style>
border-color css
<style>
span { border-color: #E81584; }
span { border-color: rgb(232,21,132); }
td.TdClassName
{
border-color: #E81584;
}
.TagClassName
{
border-color: #E81584;
}
</style>