Shades of Deep Pink #E6017F
Tints of Deep Pink #E6017F
RGB
CMYK
RGB Variations
Color information
#E6017F (or 0xE6017F) is known color: Deep Pink. HEX triplet: E6, 01 and 7F. RGB value is (230,1,127). Sum of RGB (Red+Green+Blue) = 230+1+127=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6017F is #19FE80. Grayscale: #535353. Windows color (decimal): -1703553 or 8323558. OLE color: 8323558.
HSL color Cylindrical-coordinate representation of color #E6017F: hue angle of 326.99º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6017F is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.10 |
| HSL | 326.99º | 0.99% | 0.45% | - |
| HSV(B) | 326.99º | 1% | 0.9% | - |
| XYZ | 36.47 | 18.38 | 21.7 | - |
| YUV | 83.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 127 | 0 | 1.00 | 0.45 | 0.10 | 326.99 | 0.99 | 0.45 |
| Hex | E6 | 1 | 7F | 0 | 64 | 2D | A | 147 | 63 | 2D |
| Octal | 346 | 1 | 177 | 0 | 144 | 55 | 12 | 507 | 143 | 55 |
| Binary | 11100110 | 1 | 1111111 | 0 | 1100100 | 101101 | 1010 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E6017F
Complementary color
Monochromatic Colors of #E6017F
Black with #E6017F
Text Example
Text Example
White with #E6017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6017F; }
p { color: rgb(230,1,127); }
H1.HeaderClassName
{
color: #E6017F;
}
.AnyTagClassName
{
color: #E6017F;
}
</style>
background-color css
<style>
a { background-color: #E6017F; }
a { background-color: rgb(230,1,127); }
div.DivClassName
{
background-color: #E6017F;
}
.BgClassName
{
background-color: #E6017F;
}
</style>
border-color css
<style>
span { border-color: #E6017F; }
span { border-color: rgb(230,1,127); }
td.TdClassName
{
border-color: #E6017F;
}
.TagClassName
{
border-color: #E6017F;
}
</style>