Shades of Deep Pink #E80D7D
Tints of Deep Pink #E80D7D
RGB
CMYK
RGB Variations
Color information
#E80D7D (or 0xE80D7D) is known color: Deep Pink. HEX triplet: E8, 0D and 7D. RGB value is (232,13,125). Sum of RGB (Red+Green+Blue) = 232+13+125=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D7D is #17F282. Grayscale: #5B5B5B. Windows color (decimal): -1569411 or 8195560. OLE color: 8195560.
HSL color Cylindrical-coordinate representation of color #E80D7D: hue angle of 329.32º 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 #E80D7D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.09 |
| HSL | 329.32º | 0.89% | 0.48% | - |
| HSV(B) | 329.32º | 0.94% | 0.91% | - |
| XYZ | 37.12 | 18.92 | 21.1 | - |
| YUV | 91.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 125 | 0 | 0.94 | 0.46 | 0.09 | 329.32 | 0.89 | 0.48 |
| Hex | E8 | D | 7D | 0 | 5E | 2E | 9 | 149 | 59 | 30 |
| Octal | 350 | 15 | 175 | 0 | 136 | 56 | 11 | 511 | 131 | 60 |
| Binary | 11101000 | 1101 | 1111101 | 0 | 1011110 | 101110 | 1001 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E80D7D
Complementary color
Monochromatic Colors of #E80D7D
Black with #E80D7D
Text Example
Text Example
White with #E80D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D7D; }
p { color: rgb(232,13,125); }
H1.HeaderClassName
{
color: #E80D7D;
}
.AnyTagClassName
{
color: #E80D7D;
}
</style>
background-color css
<style>
a { background-color: #E80D7D; }
a { background-color: rgb(232,13,125); }
div.DivClassName
{
background-color: #E80D7D;
}
.BgClassName
{
background-color: #E80D7D;
}
</style>
border-color css
<style>
span { border-color: #E80D7D; }
span { border-color: rgb(232,13,125); }
td.TdClassName
{
border-color: #E80D7D;
}
.TagClassName
{
border-color: #E80D7D;
}
</style>