Shades of Deep Pink #E60F88
Tints of Deep Pink #E60F88
RGB
CMYK
RGB Variations
Color information
#E60F88 (or 0xE60F88) is known color: Deep Pink. HEX triplet: E6, 0F and 88. RGB value is (230,15,136). Sum of RGB (Red+Green+Blue) = 230+15+136=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F88 is #19F077. Grayscale: #5C5C5C. Windows color (decimal): -1699960 or 8916966. OLE color: 8916966.
HSL color Cylindrical-coordinate representation of color #E60F88: hue angle of 326.23º 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 #E60F88 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 136 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.10 |
| HSL | 326.23º | 0.88% | 0.48% | - |
| HSV(B) | 326.23º | 0.93% | 0.9% | - |
| XYZ | 37.25 | 18.94 | 24.99 | - |
| YUV | 93.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 136 | 0 | 0.93 | 0.41 | 0.10 | 326.23 | 0.88 | 0.48 |
| Hex | E6 | F | 88 | 0 | 5D | 29 | A | 146 | 58 | 30 |
| Octal | 346 | 17 | 210 | 0 | 135 | 51 | 12 | 506 | 130 | 60 |
| Binary | 11100110 | 1111 | 10001000 | 0 | 1011101 | 101001 | 1010 | 101000110 | 1011000 | 110000 |
Color Harmonies of #E60F88
Complementary color
Monochromatic Colors of #E60F88
Black with #E60F88
Text Example
Text Example
White with #E60F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F88; }
p { color: rgb(230,15,136); }
H1.HeaderClassName
{
color: #E60F88;
}
.AnyTagClassName
{
color: #E60F88;
}
</style>
background-color css
<style>
a { background-color: #E60F88; }
a { background-color: rgb(230,15,136); }
div.DivClassName
{
background-color: #E60F88;
}
.BgClassName
{
background-color: #E60F88;
}
</style>
border-color css
<style>
span { border-color: #E60F88; }
span { border-color: rgb(230,15,136); }
td.TdClassName
{
border-color: #E60F88;
}
.TagClassName
{
border-color: #E60F88;
}
</style>