Shades of Deep Cerise #ED297C
Tints of Deep Cerise #ED297C
RGB
CMYK
RGB Variations
Color information
#ED297C (or 0xED297C) is known color: Deep Cerise. HEX triplet: ED, 29 and 7C. RGB value is (237,41,124). Sum of RGB (Red+Green+Blue) = 237+41+124=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED297C is #12D683. Grayscale: #6C6C6C. Windows color (decimal): -1234564 or 8137197. OLE color: 8137197.
HSL color Cylindrical-coordinate representation of color #ED297C: hue angle of 334.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED297C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 124 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.07 |
| HSL | 334.59º | 0.84% | 0.55% | - |
| HSV(B) | 334.59º | 0.83% | 0.93% | - |
| XYZ | 39.36 | 21.05 | 21.06 | - |
| YUV | 109.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 124 | 0 | 0.83 | 0.48 | 0.07 | 334.59 | 0.84 | 0.55 |
| Hex | ED | 29 | 7C | 0 | 53 | 30 | 7 | 14F | 54 | 37 |
| Octal | 355 | 51 | 174 | 0 | 123 | 60 | 7 | 517 | 124 | 67 |
| Binary | 11101101 | 101001 | 1111100 | 0 | 1010011 | 110000 | 111 | 101001111 | 1010100 | 110111 |
Color Harmonies of #ED297C
Complementary color
Monochromatic Colors of #ED297C
Black with #ED297C
Text Example
Text Example
White with #ED297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED297C; }
p { color: rgb(237,41,124); }
H1.HeaderClassName
{
color: #ED297C;
}
.AnyTagClassName
{
color: #ED297C;
}
</style>
background-color css
<style>
a { background-color: #ED297C; }
a { background-color: rgb(237,41,124); }
div.DivClassName
{
background-color: #ED297C;
}
.BgClassName
{
background-color: #ED297C;
}
</style>
border-color css
<style>
span { border-color: #ED297C; }
span { border-color: rgb(237,41,124); }
td.TdClassName
{
border-color: #ED297C;
}
.TagClassName
{
border-color: #ED297C;
}
</style>