Shades of Deep Pink #ED1399
Tints of Deep Pink #ED1399
RGB
CMYK
RGB Variations
Color information
#ED1399 (or 0xED1399) is known color: Deep Pink. HEX triplet: ED, 13 and 99. RGB value is (237,19,153). Sum of RGB (Red+Green+Blue) = 237+19+153=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1399 is #12EC66. Grayscale: #636363. Windows color (decimal): -1240167 or 10032109. OLE color: 10032109.
HSL color Cylindrical-coordinate representation of color #ED1399: hue angle of 323.12º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1399 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 153 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.07 |
| HSL | 323.12º | 0.86% | 0.5% | - |
| HSV(B) | 323.12º | 0.92% | 0.93% | - |
| XYZ | 40.91 | 20.77 | 31.99 | - |
| YUV | 99.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 153 | 0 | 0.92 | 0.35 | 0.07 | 323.12 | 0.86 | 0.5 |
| Hex | ED | 13 | 99 | 0 | 5C | 23 | 7 | 143 | 56 | 32 |
| Octal | 355 | 23 | 231 | 0 | 134 | 43 | 7 | 503 | 126 | 62 |
| Binary | 11101101 | 10011 | 10011001 | 0 | 1011100 | 100011 | 111 | 101000011 | 1010110 | 110010 |
Color Harmonies of #ED1399
Complementary color
Monochromatic Colors of #ED1399
Black with #ED1399
Text Example
Text Example
White with #ED1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1399; }
p { color: rgb(237,19,153); }
H1.HeaderClassName
{
color: #ED1399;
}
.AnyTagClassName
{
color: #ED1399;
}
</style>
background-color css
<style>
a { background-color: #ED1399; }
a { background-color: rgb(237,19,153); }
div.DivClassName
{
background-color: #ED1399;
}
.BgClassName
{
background-color: #ED1399;
}
</style>
border-color css
<style>
span { border-color: #ED1399; }
span { border-color: rgb(237,19,153); }
td.TdClassName
{
border-color: #ED1399;
}
.TagClassName
{
border-color: #ED1399;
}
</style>