Shades of Deep Cerise #ED2179
Tints of Deep Cerise #ED2179
RGB
CMYK
RGB Variations
Color information
#ED2179 (or 0xED2179) is known color: Deep Cerise. HEX triplet: ED, 21 and 79. RGB value is (237,33,121). Sum of RGB (Red+Green+Blue) = 237+33+121=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2179 is #12DE86. Grayscale: #676767. Windows color (decimal): -1236615 or 7938541. OLE color: 7938541.
HSL color Cylindrical-coordinate representation of color #ED2179: hue angle of 334.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2179 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 121 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.07 |
| HSL | 334.12º | 0.85% | 0.53% | - |
| HSV(B) | 334.12º | 0.86% | 0.93% | - |
| XYZ | 38.92 | 20.47 | 19.99 | - |
| YUV | 104.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 121 | 0 | 0.86 | 0.49 | 0.07 | 334.12 | 0.85 | 0.53 |
| Hex | ED | 21 | 79 | 0 | 56 | 31 | 7 | 14E | 55 | 35 |
| Octal | 355 | 41 | 171 | 0 | 126 | 61 | 7 | 516 | 125 | 65 |
| Binary | 11101101 | 100001 | 1111001 | 0 | 1010110 | 110001 | 111 | 101001110 | 1010101 | 110101 |
Color Harmonies of #ED2179
Complementary color
Monochromatic Colors of #ED2179
Black with #ED2179
Text Example
Text Example
White with #ED2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2179; }
p { color: rgb(237,33,121); }
H1.HeaderClassName
{
color: #ED2179;
}
.AnyTagClassName
{
color: #ED2179;
}
</style>
background-color css
<style>
a { background-color: #ED2179; }
a { background-color: rgb(237,33,121); }
div.DivClassName
{
background-color: #ED2179;
}
.BgClassName
{
background-color: #ED2179;
}
</style>
border-color css
<style>
span { border-color: #ED2179; }
span { border-color: rgb(237,33,121); }
td.TdClassName
{
border-color: #ED2179;
}
.TagClassName
{
border-color: #ED2179;
}
</style>