Shades of Deep Cerise #ED247F
Tints of Deep Cerise #ED247F
RGB
CMYK
RGB Variations
Color information
#ED247F (or 0xED247F) is known color: Deep Cerise. HEX triplet: ED, 24 and 7F. RGB value is (237,36,127). Sum of RGB (Red+Green+Blue) = 237+36+127=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED247F is #12DB80. Grayscale: #6A6A6A. Windows color (decimal): -1235841 or 8332525. OLE color: 8332525.
HSL color Cylindrical-coordinate representation of color #ED247F: hue angle of 332.84º 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 #ED247F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 127 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.07 |
| HSL | 332.84º | 0.85% | 0.54% | - |
| HSV(B) | 332.84º | 0.85% | 0.93% | - |
| XYZ | 39.39 | 20.8 | 22.02 | - |
| YUV | 106.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 127 | 0 | 0.85 | 0.46 | 0.07 | 332.84 | 0.85 | 0.54 |
| Hex | ED | 24 | 7F | 0 | 55 | 2E | 7 | 14D | 55 | 36 |
| Octal | 355 | 44 | 177 | 0 | 125 | 56 | 7 | 515 | 125 | 66 |
| Binary | 11101101 | 100100 | 1111111 | 0 | 1010101 | 101110 | 111 | 101001101 | 1010101 | 110110 |
Color Harmonies of #ED247F
Complementary color
Monochromatic Colors of #ED247F
Black with #ED247F
Text Example
Text Example
White with #ED247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED247F; }
p { color: rgb(237,36,127); }
H1.HeaderClassName
{
color: #ED247F;
}
.AnyTagClassName
{
color: #ED247F;
}
</style>
background-color css
<style>
a { background-color: #ED247F; }
a { background-color: rgb(237,36,127); }
div.DivClassName
{
background-color: #ED247F;
}
.BgClassName
{
background-color: #ED247F;
}
</style>
border-color css
<style>
span { border-color: #ED247F; }
span { border-color: rgb(237,36,127); }
td.TdClassName
{
border-color: #ED247F;
}
.TagClassName
{
border-color: #ED247F;
}
</style>