Shades of Deep Cerise #ED207C
Tints of Deep Cerise #ED207C
RGB
CMYK
RGB Variations
Color information
#ED207C (or 0xED207C) is known color: Deep Cerise. HEX triplet: ED, 20 and 7C. RGB value is (237,32,124). Sum of RGB (Red+Green+Blue) = 237+32+124=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED207C is #12DF83. Grayscale: #676767. Windows color (decimal): -1236868 or 8134893. OLE color: 8134893.
HSL color Cylindrical-coordinate representation of color #ED207C: hue angle of 333.07º 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 #ED207C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.07 |
| HSL | 333.07º | 0.85% | 0.53% | - |
| HSV(B) | 333.07º | 0.86% | 0.93% | - |
| XYZ | 39.08 | 20.49 | 20.96 | - |
| YUV | 103.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 124 | 0 | 0.86 | 0.48 | 0.07 | 333.07 | 0.85 | 0.53 |
| Hex | ED | 20 | 7C | 0 | 56 | 30 | 7 | 14D | 55 | 35 |
| Octal | 355 | 40 | 174 | 0 | 126 | 60 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 100000 | 1111100 | 0 | 1010110 | 110000 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED207C
Complementary color
Monochromatic Colors of #ED207C
Black with #ED207C
Text Example
Text Example
White with #ED207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED207C; }
p { color: rgb(237,32,124); }
H1.HeaderClassName
{
color: #ED207C;
}
.AnyTagClassName
{
color: #ED207C;
}
</style>
background-color css
<style>
a { background-color: #ED207C; }
a { background-color: rgb(237,32,124); }
div.DivClassName
{
background-color: #ED207C;
}
.BgClassName
{
background-color: #ED207C;
}
</style>
border-color css
<style>
span { border-color: #ED207C; }
span { border-color: rgb(237,32,124); }
td.TdClassName
{
border-color: #ED207C;
}
.TagClassName
{
border-color: #ED207C;
}
</style>