Shades of Deep Cerise #ED2A79
Tints of Deep Cerise #ED2A79
RGB
CMYK
RGB Variations
Color information
#ED2A79 (or 0xED2A79) is known color: Deep Cerise. HEX triplet: ED, 2A and 79. RGB value is (237,42,121). Sum of RGB (Red+Green+Blue) = 237+42+121=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A79 is #12D586. Grayscale: #6D6D6D. Windows color (decimal): -1234311 or 7940845. OLE color: 7940845.
HSL color Cylindrical-coordinate representation of color #ED2A79: hue angle of 335.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A79 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 121 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.07 |
| HSL | 335.69º | 0.84% | 0.55% | - |
| HSV(B) | 335.69º | 0.82% | 0.93% | - |
| XYZ | 39.2 | 21.04 | 20.08 | - |
| YUV | 109.31 | 134.6 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 121 | 0 | 0.82 | 0.49 | 0.07 | 335.69 | 0.84 | 0.55 |
| Hex | ED | 2A | 79 | 0 | 52 | 31 | 7 | 150 | 54 | 37 |
| Octal | 355 | 52 | 171 | 0 | 122 | 61 | 7 | 520 | 124 | 67 |
| Binary | 11101101 | 101010 | 1111001 | 0 | 1010010 | 110001 | 111 | 101010000 | 1010100 | 110111 |
Color Harmonies of #ED2A79
Complementary color
Monochromatic Colors of #ED2A79
Black with #ED2A79
Text Example
Text Example
White with #ED2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A79; }
p { color: rgb(237,42,121); }
H1.HeaderClassName
{
color: #ED2A79;
}
.AnyTagClassName
{
color: #ED2A79;
}
</style>
background-color css
<style>
a { background-color: #ED2A79; }
a { background-color: rgb(237,42,121); }
div.DivClassName
{
background-color: #ED2A79;
}
.BgClassName
{
background-color: #ED2A79;
}
</style>
border-color css
<style>
span { border-color: #ED2A79; }
span { border-color: rgb(237,42,121); }
td.TdClassName
{
border-color: #ED2A79;
}
.TagClassName
{
border-color: #ED2A79;
}
</style>