Shades of Deep Cerise #ED207D
Tints of Deep Cerise #ED207D
RGB
CMYK
RGB Variations
Color information
#ED207D (or 0xED207D) is known color: Deep Cerise. HEX triplet: ED, 20 and 7D. RGB value is (237,32,125). Sum of RGB (Red+Green+Blue) = 237+32+125=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED207D is #12DF82. Grayscale: #676767. Windows color (decimal): -1236867 or 8200429. OLE color: 8200429.
HSL color Cylindrical-coordinate representation of color #ED207D: hue angle of 332.78º 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 #ED207D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 125 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.78º | 0.85% | 0.53% | - |
| HSV(B) | 332.78º | 0.86% | 0.93% | - |
| XYZ | 39.14 | 20.52 | 21.3 | - |
| YUV | 103.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 125 | 0 | 0.86 | 0.47 | 0.07 | 332.78 | 0.85 | 0.53 |
| Hex | ED | 20 | 7D | 0 | 56 | 2F | 7 | 14D | 55 | 35 |
| Octal | 355 | 40 | 175 | 0 | 126 | 57 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 100000 | 1111101 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED207D
Complementary color
Monochromatic Colors of #ED207D
Black with #ED207D
Text Example
Text Example
White with #ED207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED207D; }
p { color: rgb(237,32,125); }
H1.HeaderClassName
{
color: #ED207D;
}
.AnyTagClassName
{
color: #ED207D;
}
</style>
background-color css
<style>
a { background-color: #ED207D; }
a { background-color: rgb(237,32,125); }
div.DivClassName
{
background-color: #ED207D;
}
.BgClassName
{
background-color: #ED207D;
}
</style>
border-color css
<style>
span { border-color: #ED207D; }
span { border-color: rgb(237,32,125); }
td.TdClassName
{
border-color: #ED207D;
}
.TagClassName
{
border-color: #ED207D;
}
</style>