Shades of Deep Pink #E8017F
Tints of Deep Pink #E8017F
RGB
CMYK
RGB Variations
Color information
#E8017F (or 0xE8017F) is known color: Deep Pink. HEX triplet: E8, 01 and 7F. RGB value is (232,1,127). Sum of RGB (Red+Green+Blue) = 232+1+127=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8017F is #17FE80. Grayscale: #545454. Windows color (decimal): -1572481 or 8323560. OLE color: 8323560.
HSL color Cylindrical-coordinate representation of color #E8017F: hue angle of 327.27º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8017F is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.09 |
| HSL | 327.27º | 0.99% | 0.46% | - |
| HSV(B) | 327.27º | 1% | 0.91% | - |
| XYZ | 37.12 | 18.71 | 21.73 | - |
| YUV | 84.43 | 152.03 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 127 | 0 | 1.00 | 0.45 | 0.09 | 327.27 | 0.99 | 0.46 |
| Hex | E8 | 1 | 7F | 0 | 64 | 2D | 9 | 147 | 63 | 2E |
| Octal | 350 | 1 | 177 | 0 | 144 | 55 | 11 | 507 | 143 | 56 |
| Binary | 11101000 | 1 | 1111111 | 0 | 1100100 | 101101 | 1001 | 101000111 | 1100011 | 101110 |
Color Harmonies of #E8017F
Complementary color
Monochromatic Colors of #E8017F
Black with #E8017F
Text Example
Text Example
White with #E8017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8017F; }
p { color: rgb(232,1,127); }
H1.HeaderClassName
{
color: #E8017F;
}
.AnyTagClassName
{
color: #E8017F;
}
</style>
background-color css
<style>
a { background-color: #E8017F; }
a { background-color: rgb(232,1,127); }
div.DivClassName
{
background-color: #E8017F;
}
.BgClassName
{
background-color: #E8017F;
}
</style>
border-color css
<style>
span { border-color: #E8017F; }
span { border-color: rgb(232,1,127); }
td.TdClassName
{
border-color: #E8017F;
}
.TagClassName
{
border-color: #E8017F;
}
</style>