Shades of Deep Pink #E60F89
Tints of Deep Pink #E60F89
RGB
CMYK
RGB Variations
Color information
#E60F89 (or 0xE60F89) is known color: Deep Pink. HEX triplet: E6, 0F and 89. RGB value is (230,15,137). Sum of RGB (Red+Green+Blue) = 230+15+137=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F89 is #19F076. Grayscale: #5C5C5C. Windows color (decimal): -1699959 or 8982502. OLE color: 8982502.
HSL color Cylindrical-coordinate representation of color #E60F89: hue angle of 325.95º 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 #E60F89 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 137 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.10 |
| HSL | 325.95º | 0.88% | 0.48% | - |
| HSV(B) | 325.95º | 0.93% | 0.9% | - |
| XYZ | 37.32 | 18.97 | 25.36 | - |
| YUV | 93.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 137 | 0 | 0.93 | 0.40 | 0.10 | 325.95 | 0.88 | 0.48 |
| Hex | E6 | F | 89 | 0 | 5D | 28 | A | 146 | 58 | 30 |
| Octal | 346 | 17 | 211 | 0 | 135 | 50 | 12 | 506 | 130 | 60 |
| Binary | 11100110 | 1111 | 10001001 | 0 | 1011101 | 101000 | 1010 | 101000110 | 1011000 | 110000 |
Color Harmonies of #E60F89
Complementary color
Monochromatic Colors of #E60F89
Black with #E60F89
Text Example
Text Example
White with #E60F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F89; }
p { color: rgb(230,15,137); }
H1.HeaderClassName
{
color: #E60F89;
}
.AnyTagClassName
{
color: #E60F89;
}
</style>
background-color css
<style>
a { background-color: #E60F89; }
a { background-color: rgb(230,15,137); }
div.DivClassName
{
background-color: #E60F89;
}
.BgClassName
{
background-color: #E60F89;
}
</style>
border-color css
<style>
span { border-color: #E60F89; }
span { border-color: rgb(230,15,137); }
td.TdClassName
{
border-color: #E60F89;
}
.TagClassName
{
border-color: #E60F89;
}
</style>