Shades of Deep Pink #E60E8C
Tints of Deep Pink #E60E8C
RGB
CMYK
RGB Variations
Color information
#E60E8C (or 0xE60E8C) is known color: Deep Pink. HEX triplet: E6, 0E and 8C. RGB value is (230,14,140). Sum of RGB (Red+Green+Blue) = 230+14+140=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60E8C is #19F173. Grayscale: #5C5C5C. Windows color (decimal): -1700212 or 9178854. OLE color: 9178854.
HSL color Cylindrical-coordinate representation of color #E60E8C: hue angle of 325º 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 #E60E8C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 140 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.10 |
| HSL | 325º | 0.89% | 0.48% | - |
| HSV(B) | 325º | 0.94% | 0.9% | - |
| XYZ | 37.52 | 19.03 | 26.51 | - |
| YUV | 92.95 | 154.56 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 140 | 0 | 0.94 | 0.39 | 0.10 | 325 | 0.89 | 0.48 |
| Hex | E6 | E | 8C | 0 | 5E | 27 | A | 145 | 59 | 30 |
| Octal | 346 | 16 | 214 | 0 | 136 | 47 | 12 | 505 | 131 | 60 |
| Binary | 11100110 | 1110 | 10001100 | 0 | 1011110 | 100111 | 1010 | 101000101 | 1011001 | 110000 |
Color Harmonies of #E60E8C
Complementary color
Monochromatic Colors of #E60E8C
Black with #E60E8C
Text Example
Text Example
White with #E60E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E8C; }
p { color: rgb(230,14,140); }
H1.HeaderClassName
{
color: #E60E8C;
}
.AnyTagClassName
{
color: #E60E8C;
}
</style>
background-color css
<style>
a { background-color: #E60E8C; }
a { background-color: rgb(230,14,140); }
div.DivClassName
{
background-color: #E60E8C;
}
.BgClassName
{
background-color: #E60E8C;
}
</style>
border-color css
<style>
span { border-color: #E60E8C; }
span { border-color: rgb(230,14,140); }
td.TdClassName
{
border-color: #E60E8C;
}
.TagClassName
{
border-color: #E60E8C;
}
</style>