Shades of Deep Cerise #ED247A
Tints of Deep Cerise #ED247A
RGB
CMYK
RGB Variations
Color information
#ED247A (or 0xED247A) is known color: Deep Cerise. HEX triplet: ED, 24 and 7A. RGB value is (237,36,122). Sum of RGB (Red+Green+Blue) = 237+36+122=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED247A is #12DB85. Grayscale: #696969. Windows color (decimal): -1235846 or 8004845. OLE color: 8004845.
HSL color Cylindrical-coordinate representation of color #ED247A: hue angle of 334.33º 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 #ED247A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 122 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.07 |
| HSL | 334.33º | 0.85% | 0.54% | - |
| HSV(B) | 334.33º | 0.85% | 0.93% | - |
| XYZ | 39.07 | 20.67 | 20.34 | - |
| YUV | 105.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 122 | 0 | 0.85 | 0.49 | 0.07 | 334.33 | 0.85 | 0.54 |
| Hex | ED | 24 | 7A | 0 | 55 | 31 | 7 | 14E | 55 | 36 |
| Octal | 355 | 44 | 172 | 0 | 125 | 61 | 7 | 516 | 125 | 66 |
| Binary | 11101101 | 100100 | 1111010 | 0 | 1010101 | 110001 | 111 | 101001110 | 1010101 | 110110 |
Color Harmonies of #ED247A
Complementary color
Monochromatic Colors of #ED247A
Black with #ED247A
Text Example
Text Example
White with #ED247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED247A; }
p { color: rgb(237,36,122); }
H1.HeaderClassName
{
color: #ED247A;
}
.AnyTagClassName
{
color: #ED247A;
}
</style>
background-color css
<style>
a { background-color: #ED247A; }
a { background-color: rgb(237,36,122); }
div.DivClassName
{
background-color: #ED247A;
}
.BgClassName
{
background-color: #ED247A;
}
</style>
border-color css
<style>
span { border-color: #ED247A; }
span { border-color: rgb(237,36,122); }
td.TdClassName
{
border-color: #ED247A;
}
.TagClassName
{
border-color: #ED247A;
}
</style>