Shades of Deep Pink #E60D8B
Tints of Deep Pink #E60D8B
RGB
CMYK
RGB Variations
Color information
#E60D8B (or 0xE60D8B) is known color: Deep Pink. HEX triplet: E6, 0D and 8B. RGB value is (230,13,139). Sum of RGB (Red+Green+Blue) = 230+13+139=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D8B is #19F274. Grayscale: #5B5B5B. Windows color (decimal): -1700469 or 9113062. OLE color: 9113062.
HSL color Cylindrical-coordinate representation of color #E60D8B: hue angle of 325.16º 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 #E60D8B is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 139 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.10 |
| HSL | 325.16º | 0.89% | 0.48% | - |
| HSV(B) | 325.16º | 0.94% | 0.9% | - |
| XYZ | 37.44 | 18.97 | 26.12 | - |
| YUV | 92.25 | 154.39 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 139 | 0 | 0.94 | 0.40 | 0.10 | 325.16 | 0.89 | 0.48 |
| Hex | E6 | D | 8B | 0 | 5E | 28 | A | 145 | 59 | 30 |
| Octal | 346 | 15 | 213 | 0 | 136 | 50 | 12 | 505 | 131 | 60 |
| Binary | 11100110 | 1101 | 10001011 | 0 | 1011110 | 101000 | 1010 | 101000101 | 1011001 | 110000 |
Color Harmonies of #E60D8B
Complementary color
Monochromatic Colors of #E60D8B
Black with #E60D8B
Text Example
Text Example
White with #E60D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D8B; }
p { color: rgb(230,13,139); }
H1.HeaderClassName
{
color: #E60D8B;
}
.AnyTagClassName
{
color: #E60D8B;
}
</style>
background-color css
<style>
a { background-color: #E60D8B; }
a { background-color: rgb(230,13,139); }
div.DivClassName
{
background-color: #E60D8B;
}
.BgClassName
{
background-color: #E60D8B;
}
</style>
border-color css
<style>
span { border-color: #E60D8B; }
span { border-color: rgb(230,13,139); }
td.TdClassName
{
border-color: #E60D8B;
}
.TagClassName
{
border-color: #E60D8B;
}
</style>