Shades of Deep Pink #E60F8F
Tints of Deep Pink #E60F8F
RGB
CMYK
RGB Variations
Color information
#E60F8F (or 0xE60F8F) is known color: Deep Pink. HEX triplet: E6, 0F and 8F. RGB value is (230,15,143). Sum of RGB (Red+Green+Blue) = 230+15+143=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F8F is #19F070. Grayscale: #5D5D5D. Windows color (decimal): -1699953 or 9375718. OLE color: 9375718.
HSL color Cylindrical-coordinate representation of color #E60F8F: hue angle of 324.28º 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 #E60F8F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 143 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.10 |
| HSL | 324.28º | 0.88% | 0.48% | - |
| HSV(B) | 324.28º | 0.93% | 0.9% | - |
| XYZ | 37.76 | 19.15 | 27.69 | - |
| YUV | 93.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 143 | 0 | 0.93 | 0.38 | 0.10 | 324.28 | 0.88 | 0.48 |
| Hex | E6 | F | 8F | 0 | 5D | 26 | A | 144 | 58 | 30 |
| Octal | 346 | 17 | 217 | 0 | 135 | 46 | 12 | 504 | 130 | 60 |
| Binary | 11100110 | 1111 | 10001111 | 0 | 1011101 | 100110 | 1010 | 101000100 | 1011000 | 110000 |
Color Harmonies of #E60F8F
Complementary color
Monochromatic Colors of #E60F8F
Black with #E60F8F
Text Example
Text Example
White with #E60F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F8F; }
p { color: rgb(230,15,143); }
H1.HeaderClassName
{
color: #E60F8F;
}
.AnyTagClassName
{
color: #E60F8F;
}
</style>
background-color css
<style>
a { background-color: #E60F8F; }
a { background-color: rgb(230,15,143); }
div.DivClassName
{
background-color: #E60F8F;
}
.BgClassName
{
background-color: #E60F8F;
}
</style>
border-color css
<style>
span { border-color: #E60F8F; }
span { border-color: rgb(230,15,143); }
td.TdClassName
{
border-color: #E60F8F;
}
.TagClassName
{
border-color: #E60F8F;
}
</style>