Shades of Deep Pink #ED1599
Tints of Deep Pink #ED1599
RGB
CMYK
RGB Variations
Color information
#ED1599 (or 0xED1599) is known color: Deep Pink. HEX triplet: ED, 15 and 99. RGB value is (237,21,153). Sum of RGB (Red+Green+Blue) = 237+21+153=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1599 is #12EA66. Grayscale: #646464. Windows color (decimal): -1239655 or 10032621. OLE color: 10032621.
HSL color Cylindrical-coordinate representation of color #ED1599: hue angle of 323.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1599 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.07 |
| HSL | 323.33º | 0.86% | 0.51% | - |
| HSV(B) | 323.33º | 0.91% | 0.93% | - |
| XYZ | 40.94 | 20.84 | 32 | - |
| YUV | 100.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 153 | 0 | 0.91 | 0.35 | 0.07 | 323.33 | 0.86 | 0.51 |
| Hex | ED | 15 | 99 | 0 | 5B | 23 | 7 | 143 | 56 | 33 |
| Octal | 355 | 25 | 231 | 0 | 133 | 43 | 7 | 503 | 126 | 63 |
| Binary | 11101101 | 10101 | 10011001 | 0 | 1011011 | 100011 | 111 | 101000011 | 1010110 | 110011 |
Color Harmonies of #ED1599
Complementary color
Monochromatic Colors of #ED1599
Black with #ED1599
Text Example
Text Example
White with #ED1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1599; }
p { color: rgb(237,21,153); }
H1.HeaderClassName
{
color: #ED1599;
}
.AnyTagClassName
{
color: #ED1599;
}
</style>
background-color css
<style>
a { background-color: #ED1599; }
a { background-color: rgb(237,21,153); }
div.DivClassName
{
background-color: #ED1599;
}
.BgClassName
{
background-color: #ED1599;
}
</style>
border-color css
<style>
span { border-color: #ED1599; }
span { border-color: rgb(237,21,153); }
td.TdClassName
{
border-color: #ED1599;
}
.TagClassName
{
border-color: #ED1599;
}
</style>