Shades of Deep Cerise #ED207E
Tints of Deep Cerise #ED207E
RGB
CMYK
RGB Variations
Color information
#ED207E (or 0xED207E) is known color: Deep Cerise. HEX triplet: ED, 20 and 7E. RGB value is (237,32,126). Sum of RGB (Red+Green+Blue) = 237+32+126=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED207E is #12DF81. Grayscale: #676767. Windows color (decimal): -1236866 or 8265965. OLE color: 8265965.
HSL color Cylindrical-coordinate representation of color #ED207E: hue angle of 332.49º 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 #ED207E is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 126 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.49º | 0.85% | 0.53% | - |
| HSV(B) | 332.49º | 0.86% | 0.93% | - |
| XYZ | 39.21 | 20.54 | 21.64 | - |
| YUV | 104.01 | 140.42 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 126 | 0 | 0.86 | 0.47 | 0.07 | 332.49 | 0.85 | 0.53 |
| Hex | ED | 20 | 7E | 0 | 56 | 2F | 7 | 14C | 55 | 35 |
| Octal | 355 | 40 | 176 | 0 | 126 | 57 | 7 | 514 | 125 | 65 |
| Binary | 11101101 | 100000 | 1111110 | 0 | 1010110 | 101111 | 111 | 101001100 | 1010101 | 110101 |
Color Harmonies of #ED207E
Complementary color
Monochromatic Colors of #ED207E
Black with #ED207E
Text Example
Text Example
White with #ED207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED207E; }
p { color: rgb(237,32,126); }
H1.HeaderClassName
{
color: #ED207E;
}
.AnyTagClassName
{
color: #ED207E;
}
</style>
background-color css
<style>
a { background-color: #ED207E; }
a { background-color: rgb(237,32,126); }
div.DivClassName
{
background-color: #ED207E;
}
.BgClassName
{
background-color: #ED207E;
}
</style>
border-color css
<style>
span { border-color: #ED207E; }
span { border-color: rgb(237,32,126); }
td.TdClassName
{
border-color: #ED207E;
}
.TagClassName
{
border-color: #ED207E;
}
</style>