Shades of Deep Cerise #ED247E
Tints of Deep Cerise #ED247E
RGB
CMYK
RGB Variations
Color information
#ED247E (or 0xED247E) is known color: Deep Cerise. HEX triplet: ED, 24 and 7E. RGB value is (237,36,126). Sum of RGB (Red+Green+Blue) = 237+36+126=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED247E is #12DB81. Grayscale: #6A6A6A. Windows color (decimal): -1235842 or 8266989. OLE color: 8266989.
HSL color Cylindrical-coordinate representation of color #ED247E: hue angle of 333.13º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED247E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 126 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.07 |
| HSL | 333.13º | 0.85% | 0.54% | - |
| HSV(B) | 333.13º | 0.85% | 0.93% | - |
| XYZ | 39.32 | 20.77 | 21.68 | - |
| YUV | 106.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 126 | 0 | 0.85 | 0.47 | 0.07 | 333.13 | 0.85 | 0.54 |
| Hex | ED | 24 | 7E | 0 | 55 | 2F | 7 | 14D | 55 | 36 |
| Octal | 355 | 44 | 176 | 0 | 125 | 57 | 7 | 515 | 125 | 66 |
| Binary | 11101101 | 100100 | 1111110 | 0 | 1010101 | 101111 | 111 | 101001101 | 1010101 | 110110 |
Color Harmonies of #ED247E
Complementary color
Monochromatic Colors of #ED247E
Black with #ED247E
Text Example
Text Example
White with #ED247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED247E; }
p { color: rgb(237,36,126); }
H1.HeaderClassName
{
color: #ED247E;
}
.AnyTagClassName
{
color: #ED247E;
}
</style>
background-color css
<style>
a { background-color: #ED247E; }
a { background-color: rgb(237,36,126); }
div.DivClassName
{
background-color: #ED247E;
}
.BgClassName
{
background-color: #ED247E;
}
</style>
border-color css
<style>
span { border-color: #ED247E; }
span { border-color: rgb(237,36,126); }
td.TdClassName
{
border-color: #ED247E;
}
.TagClassName
{
border-color: #ED247E;
}
</style>