Shades of Cerise #ED246A
Tints of Cerise #ED246A
RGB
CMYK
RGB Variations
Color information
#ED246A (or 0xED246A) is known color: Cerise. HEX triplet: ED, 24 and 6A. RGB value is (237,36,106). Sum of RGB (Red+Green+Blue) = 237+36+106=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED246A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED246A is #12DB95. Grayscale: #676767. Windows color (decimal): -1235862 or 6956269. OLE color: 6956269.
HSL color Cylindrical-coordinate representation of color #ED246A: hue angle of 339.1º 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 #ED246A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 106 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.07 |
| HSL | 339.1º | 0.85% | 0.54% | - |
| HSV(B) | 339.1º | 0.85% | 0.93% | - |
| XYZ | 38.16 | 20.31 | 15.54 | - |
| YUV | 104.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 106 | 0 | 0.85 | 0.55 | 0.07 | 339.1 | 0.85 | 0.54 |
| Hex | ED | 24 | 6A | 0 | 55 | 37 | 7 | 153 | 55 | 36 |
| Octal | 355 | 44 | 152 | 0 | 125 | 67 | 7 | 523 | 125 | 66 |
| Binary | 11101101 | 100100 | 1101010 | 0 | 1010101 | 110111 | 111 | 101010011 | 1010101 | 110110 |
Color Harmonies of #ED246A
Complementary color
Monochromatic Colors of #ED246A
Black with #ED246A
Text Example
Text Example
White with #ED246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED246A; }
p { color: rgb(237,36,106); }
H1.HeaderClassName
{
color: #ED246A;
}
.AnyTagClassName
{
color: #ED246A;
}
</style>
background-color css
<style>
a { background-color: #ED246A; }
a { background-color: rgb(237,36,106); }
div.DivClassName
{
background-color: #ED246A;
}
.BgClassName
{
background-color: #ED246A;
}
</style>
border-color css
<style>
span { border-color: #ED246A; }
span { border-color: rgb(237,36,106); }
td.TdClassName
{
border-color: #ED246A;
}
.TagClassName
{
border-color: #ED246A;
}
</style>