Shades of Deep Pink #ED1894
Tints of Deep Pink #ED1894
RGB
CMYK
RGB Variations
Color information
#ED1894 (or 0xED1894) is known color: Deep Pink. HEX triplet: ED, 18 and 94. RGB value is (237,24,148). Sum of RGB (Red+Green+Blue) = 237+24+148=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1894 is #12E76B. Grayscale: #656565. Windows color (decimal): -1238892 or 9705709. OLE color: 9705709.
HSL color Cylindrical-coordinate representation of color #ED1894: hue angle of 325.07º 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 #ED1894 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 148 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.07 |
| HSL | 325.07º | 0.86% | 0.51% | - |
| HSV(B) | 325.07º | 0.9% | 0.93% | - |
| XYZ | 40.6 | 20.8 | 29.89 | - |
| YUV | 101.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 148 | 0 | 0.90 | 0.38 | 0.07 | 325.07 | 0.86 | 0.51 |
| Hex | ED | 18 | 94 | 0 | 5A | 26 | 7 | 145 | 56 | 33 |
| Octal | 355 | 30 | 224 | 0 | 132 | 46 | 7 | 505 | 126 | 63 |
| Binary | 11101101 | 11000 | 10010100 | 0 | 1011010 | 100110 | 111 | 101000101 | 1010110 | 110011 |
Color Harmonies of #ED1894
Complementary color
Monochromatic Colors of #ED1894
Black with #ED1894
Text Example
Text Example
White with #ED1894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1894; }
p { color: rgb(237,24,148); }
H1.HeaderClassName
{
color: #ED1894;
}
.AnyTagClassName
{
color: #ED1894;
}
</style>
background-color css
<style>
a { background-color: #ED1894; }
a { background-color: rgb(237,24,148); }
div.DivClassName
{
background-color: #ED1894;
}
.BgClassName
{
background-color: #ED1894;
}
</style>
border-color css
<style>
span { border-color: #ED1894; }
span { border-color: rgb(237,24,148); }
td.TdClassName
{
border-color: #ED1894;
}
.TagClassName
{
border-color: #ED1894;
}
</style>