Shades of Cerise #ED2472
Tints of Cerise #ED2472
RGB
CMYK
RGB Variations
Color information
#ED2472 (or 0xED2472) is known color: Cerise. HEX triplet: ED, 24 and 72. RGB value is (237,36,114). Sum of RGB (Red+Green+Blue) = 237+36+114=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2472 is #12DB8D. Grayscale: #686868. Windows color (decimal): -1235854 or 7480557. OLE color: 7480557.
HSL color Cylindrical-coordinate representation of color #ED2472: hue angle of 336.72º 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 #ED2472 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 114 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.07 |
| HSL | 336.72º | 0.85% | 0.54% | - |
| HSV(B) | 336.72º | 0.85% | 0.93% | - |
| XYZ | 38.59 | 20.48 | 17.84 | - |
| YUV | 104.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 114 | 0 | 0.85 | 0.52 | 0.07 | 336.72 | 0.85 | 0.54 |
| Hex | ED | 24 | 72 | 0 | 55 | 34 | 7 | 151 | 55 | 36 |
| Octal | 355 | 44 | 162 | 0 | 125 | 64 | 7 | 521 | 125 | 66 |
| Binary | 11101101 | 100100 | 1110010 | 0 | 1010101 | 110100 | 111 | 101010001 | 1010101 | 110110 |
Color Harmonies of #ED2472
Complementary color
Monochromatic Colors of #ED2472
Black with #ED2472
Text Example
Text Example
White with #ED2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2472; }
p { color: rgb(237,36,114); }
H1.HeaderClassName
{
color: #ED2472;
}
.AnyTagClassName
{
color: #ED2472;
}
</style>
background-color css
<style>
a { background-color: #ED2472; }
a { background-color: rgb(237,36,114); }
div.DivClassName
{
background-color: #ED2472;
}
.BgClassName
{
background-color: #ED2472;
}
</style>
border-color css
<style>
span { border-color: #ED2472; }
span { border-color: rgb(237,36,114); }
td.TdClassName
{
border-color: #ED2472;
}
.TagClassName
{
border-color: #ED2472;
}
</style>