Shades of Deep Pink #E6017E
Tints of Deep Pink #E6017E
RGB
CMYK
RGB Variations
Color information
#E6017E (or 0xE6017E) is known color: Deep Pink. HEX triplet: E6, 01 and 7E. RGB value is (230,1,126). Sum of RGB (Red+Green+Blue) = 230+1+126=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6017E is #19FE81. Grayscale: #535353. Windows color (decimal): -1703554 or 8258022. OLE color: 8258022.
HSL color Cylindrical-coordinate representation of color #E6017E: hue angle of 327.25º 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 #E6017E is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.10 |
| HSL | 327.25º | 0.99% | 0.45% | - |
| HSV(B) | 327.25º | 1% | 0.9% | - |
| XYZ | 36.41 | 18.35 | 21.36 | - |
| YUV | 83.72 | 151.87 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 126 | 0 | 1.00 | 0.45 | 0.10 | 327.25 | 0.99 | 0.45 |
| Hex | E6 | 1 | 7E | 0 | 64 | 2D | A | 147 | 63 | 2D |
| Octal | 346 | 1 | 176 | 0 | 144 | 55 | 12 | 507 | 143 | 55 |
| Binary | 11100110 | 1 | 1111110 | 0 | 1100100 | 101101 | 1010 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E6017E
Complementary color
Monochromatic Colors of #E6017E
Black with #E6017E
Text Example
Text Example
White with #E6017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6017E; }
p { color: rgb(230,1,126); }
H1.HeaderClassName
{
color: #E6017E;
}
.AnyTagClassName
{
color: #E6017E;
}
</style>
background-color css
<style>
a { background-color: #E6017E; }
a { background-color: rgb(230,1,126); }
div.DivClassName
{
background-color: #E6017E;
}
.BgClassName
{
background-color: #E6017E;
}
</style>
border-color css
<style>
span { border-color: #E6017E; }
span { border-color: rgb(230,1,126); }
td.TdClassName
{
border-color: #E6017E;
}
.TagClassName
{
border-color: #E6017E;
}
</style>