Shades of Deep Pink #E8047D
Tints of Deep Pink #E8047D
RGB
CMYK
RGB Variations
Color information
#E8047D (or 0xE8047D) is known color: Deep Pink. HEX triplet: E8, 04 and 7D. RGB value is (232,4,125). Sum of RGB (Red+Green+Blue) = 232+4+125=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8047D is #17FB82. Grayscale: #555555. Windows color (decimal): -1571715 or 8193256. OLE color: 8193256.
HSL color Cylindrical-coordinate representation of color #E8047D: hue angle of 328.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8047D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.09 |
| HSL | 328.16º | 0.97% | 0.46% | - |
| HSV(B) | 328.16º | 0.98% | 0.91% | - |
| XYZ | 37.02 | 18.72 | 21.06 | - |
| YUV | 85.97 | 150.04 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 125 | 0 | 0.98 | 0.46 | 0.09 | 328.16 | 0.97 | 0.46 |
| Hex | E8 | 4 | 7D | 0 | 62 | 2E | 9 | 148 | 61 | 2E |
| Octal | 350 | 4 | 175 | 0 | 142 | 56 | 11 | 510 | 141 | 56 |
| Binary | 11101000 | 100 | 1111101 | 0 | 1100010 | 101110 | 1001 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E8047D
Complementary color
Monochromatic Colors of #E8047D
Black with #E8047D
Text Example
Text Example
White with #E8047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8047D; }
p { color: rgb(232,4,125); }
H1.HeaderClassName
{
color: #E8047D;
}
.AnyTagClassName
{
color: #E8047D;
}
</style>
background-color css
<style>
a { background-color: #E8047D; }
a { background-color: rgb(232,4,125); }
div.DivClassName
{
background-color: #E8047D;
}
.BgClassName
{
background-color: #E8047D;
}
</style>
border-color css
<style>
span { border-color: #E8047D; }
span { border-color: rgb(232,4,125); }
td.TdClassName
{
border-color: #E8047D;
}
.TagClassName
{
border-color: #E8047D;
}
</style>