Shades of Cerise #ED246C
Tints of Cerise #ED246C
RGB
CMYK
RGB Variations
Color information
#ED246C (or 0xED246C) is known color: Cerise. HEX triplet: ED, 24 and 6C. RGB value is (237,36,108). Sum of RGB (Red+Green+Blue) = 237+36+108=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED246C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED246C is #12DB93. Grayscale: #686868. Windows color (decimal): -1235860 or 7087341. OLE color: 7087341.
HSL color Cylindrical-coordinate representation of color #ED246C: hue angle of 338.51º 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 #ED246C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 108 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.07 |
| HSL | 338.51º | 0.85% | 0.54% | - |
| HSV(B) | 338.51º | 0.85% | 0.93% | - |
| XYZ | 38.26 | 20.35 | 16.1 | - |
| YUV | 104.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 108 | 0 | 0.85 | 0.54 | 0.07 | 338.51 | 0.85 | 0.54 |
| Hex | ED | 24 | 6C | 0 | 55 | 36 | 7 | 153 | 55 | 36 |
| Octal | 355 | 44 | 154 | 0 | 125 | 66 | 7 | 523 | 125 | 66 |
| Binary | 11101101 | 100100 | 1101100 | 0 | 1010101 | 110110 | 111 | 101010011 | 1010101 | 110110 |
Color Harmonies of #ED246C
Complementary color
Monochromatic Colors of #ED246C
Black with #ED246C
Text Example
Text Example
White with #ED246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED246C; }
p { color: rgb(237,36,108); }
H1.HeaderClassName
{
color: #ED246C;
}
.AnyTagClassName
{
color: #ED246C;
}
</style>
background-color css
<style>
a { background-color: #ED246C; }
a { background-color: rgb(237,36,108); }
div.DivClassName
{
background-color: #ED246C;
}
.BgClassName
{
background-color: #ED246C;
}
</style>
border-color css
<style>
span { border-color: #ED246C; }
span { border-color: rgb(237,36,108); }
td.TdClassName
{
border-color: #ED246C;
}
.TagClassName
{
border-color: #ED246C;
}
</style>