Shades of Deep Pink #E80D8D
Tints of Deep Pink #E80D8D
RGB
CMYK
RGB Variations
Color information
#E80D8D (or 0xE80D8D) is known color: Deep Pink. HEX triplet: E8, 0D and 8D. RGB value is (232,13,141). Sum of RGB (Red+Green+Blue) = 232+13+141=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D8D is #17F272. Grayscale: #5C5C5C. Windows color (decimal): -1569395 or 9244136. OLE color: 9244136.
HSL color Cylindrical-coordinate representation of color #E80D8D: hue angle of 324.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D8D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.09 |
| HSL | 324.93º | 0.89% | 0.48% | - |
| HSV(B) | 324.93º | 0.94% | 0.91% | - |
| XYZ | 38.23 | 19.37 | 26.92 | - |
| YUV | 93.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 141 | 0 | 0.94 | 0.39 | 0.09 | 324.93 | 0.89 | 0.48 |
| Hex | E8 | D | 8D | 0 | 5E | 27 | 9 | 145 | 59 | 30 |
| Octal | 350 | 15 | 215 | 0 | 136 | 47 | 11 | 505 | 131 | 60 |
| Binary | 11101000 | 1101 | 10001101 | 0 | 1011110 | 100111 | 1001 | 101000101 | 1011001 | 110000 |
Color Harmonies of #E80D8D
Complementary color
Monochromatic Colors of #E80D8D
Black with #E80D8D
Text Example
Text Example
White with #E80D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D8D; }
p { color: rgb(232,13,141); }
H1.HeaderClassName
{
color: #E80D8D;
}
.AnyTagClassName
{
color: #E80D8D;
}
</style>
background-color css
<style>
a { background-color: #E80D8D; }
a { background-color: rgb(232,13,141); }
div.DivClassName
{
background-color: #E80D8D;
}
.BgClassName
{
background-color: #E80D8D;
}
</style>
border-color css
<style>
span { border-color: #E80D8D; }
span { border-color: rgb(232,13,141); }
td.TdClassName
{
border-color: #E80D8D;
}
.TagClassName
{
border-color: #E80D8D;
}
</style>