Shades of Deep Pink #ED1898
Tints of Deep Pink #ED1898
RGB
CMYK
RGB Variations
Color information
#ED1898 (or 0xED1898) is known color: Deep Pink. HEX triplet: ED, 18 and 98. RGB value is (237,24,152). Sum of RGB (Red+Green+Blue) = 237+24+152=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1898 is #12E767. Grayscale: #656565. Windows color (decimal): -1238888 or 9967853. OLE color: 9967853.
HSL color Cylindrical-coordinate representation of color #ED1898: hue angle of 323.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1898 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 152 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.07 |
| HSL | 323.94º | 0.86% | 0.51% | - |
| HSV(B) | 323.94º | 0.9% | 0.93% | - |
| XYZ | 40.92 | 20.92 | 31.59 | - |
| YUV | 102.28 | 156.07 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 152 | 0 | 0.90 | 0.36 | 0.07 | 323.94 | 0.86 | 0.51 |
| Hex | ED | 18 | 98 | 0 | 5A | 24 | 7 | 144 | 56 | 33 |
| Octal | 355 | 30 | 230 | 0 | 132 | 44 | 7 | 504 | 126 | 63 |
| Binary | 11101101 | 11000 | 10011000 | 0 | 1011010 | 100100 | 111 | 101000100 | 1010110 | 110011 |
Color Harmonies of #ED1898
Complementary color
Monochromatic Colors of #ED1898
Black with #ED1898
Text Example
Text Example
White with #ED1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1898; }
p { color: rgb(237,24,152); }
H1.HeaderClassName
{
color: #ED1898;
}
.AnyTagClassName
{
color: #ED1898;
}
</style>
background-color css
<style>
a { background-color: #ED1898; }
a { background-color: rgb(237,24,152); }
div.DivClassName
{
background-color: #ED1898;
}
.BgClassName
{
background-color: #ED1898;
}
</style>
border-color css
<style>
span { border-color: #ED1898; }
span { border-color: rgb(237,24,152); }
td.TdClassName
{
border-color: #ED1898;
}
.TagClassName
{
border-color: #ED1898;
}
</style>