Shades of Deep Pink #E60F80
Tints of Deep Pink #E60F80
RGB
CMYK
RGB Variations
Color information
#E60F80 (or 0xE60F80) is known color: Deep Pink. HEX triplet: E6, 0F and 80. RGB value is (230,15,128). Sum of RGB (Red+Green+Blue) = 230+15+128=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F80 is #19F07F. Grayscale: #5B5B5B. Windows color (decimal): -1699968 or 8392678. OLE color: 8392678.
HSL color Cylindrical-coordinate representation of color #E60F80: hue angle of 328.47º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F80 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 128 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.10 |
| HSL | 328.47º | 0.88% | 0.48% | - |
| HSV(B) | 328.47º | 0.93% | 0.9% | - |
| XYZ | 36.7 | 18.72 | 22.1 | - |
| YUV | 92.17 | 148.23 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 128 | 0 | 0.93 | 0.44 | 0.10 | 328.47 | 0.88 | 0.48 |
| Hex | E6 | F | 80 | 0 | 5D | 2C | A | 148 | 58 | 30 |
| Octal | 346 | 17 | 200 | 0 | 135 | 54 | 12 | 510 | 130 | 60 |
| Binary | 11100110 | 1111 | 10000000 | 0 | 1011101 | 101100 | 1010 | 101001000 | 1011000 | 110000 |
Color Harmonies of #E60F80
Complementary color
Monochromatic Colors of #E60F80
Black with #E60F80
Text Example
Text Example
White with #E60F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F80; }
p { color: rgb(230,15,128); }
H1.HeaderClassName
{
color: #E60F80;
}
.AnyTagClassName
{
color: #E60F80;
}
</style>
background-color css
<style>
a { background-color: #E60F80; }
a { background-color: rgb(230,15,128); }
div.DivClassName
{
background-color: #E60F80;
}
.BgClassName
{
background-color: #E60F80;
}
</style>
border-color css
<style>
span { border-color: #E60F80; }
span { border-color: rgb(230,15,128); }
td.TdClassName
{
border-color: #E60F80;
}
.TagClassName
{
border-color: #E60F80;
}
</style>