Shades of Deep Pink #E60E7F
Tints of Deep Pink #E60E7F
RGB
CMYK
RGB Variations
Color information
#E60E7F (or 0xE60E7F) is known color: Deep Pink. HEX triplet: E6, 0E and 7F. RGB value is (230,14,127). Sum of RGB (Red+Green+Blue) = 230+14+127=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60E7F is #19F180. Grayscale: #5B5B5B. Windows color (decimal): -1700225 or 8326886. OLE color: 8326886.
HSL color Cylindrical-coordinate representation of color #E60E7F: hue angle of 328.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60E7F is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 127 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.10 |
| HSL | 328.61º | 0.89% | 0.48% | - |
| HSV(B) | 328.61º | 0.94% | 0.9% | - |
| XYZ | 36.62 | 18.67 | 21.75 | - |
| YUV | 91.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 127 | 0 | 0.94 | 0.45 | 0.10 | 328.61 | 0.89 | 0.48 |
| Hex | E6 | E | 7F | 0 | 5E | 2D | A | 149 | 59 | 30 |
| Octal | 346 | 16 | 177 | 0 | 136 | 55 | 12 | 511 | 131 | 60 |
| Binary | 11100110 | 1110 | 1111111 | 0 | 1011110 | 101101 | 1010 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E60E7F
Complementary color
Monochromatic Colors of #E60E7F
Black with #E60E7F
Text Example
Text Example
White with #E60E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E7F; }
p { color: rgb(230,14,127); }
H1.HeaderClassName
{
color: #E60E7F;
}
.AnyTagClassName
{
color: #E60E7F;
}
</style>
background-color css
<style>
a { background-color: #E60E7F; }
a { background-color: rgb(230,14,127); }
div.DivClassName
{
background-color: #E60E7F;
}
.BgClassName
{
background-color: #E60E7F;
}
</style>
border-color css
<style>
span { border-color: #E60E7F; }
span { border-color: rgb(230,14,127); }
td.TdClassName
{
border-color: #E60E7F;
}
.TagClassName
{
border-color: #E60E7F;
}
</style>