Shades of Cerise #ED2474
Tints of Cerise #ED2474
RGB
CMYK
RGB Variations
Color information
#ED2474 (or 0xED2474) is known color: Cerise. HEX triplet: ED, 24 and 74. RGB value is (237,36,116). Sum of RGB (Red+Green+Blue) = 237+36+116=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2474 is #12DB8B. Grayscale: #696969. Windows color (decimal): -1235852 or 7611629. OLE color: 7611629.
HSL color Cylindrical-coordinate representation of color #ED2474: hue angle of 336.12º 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 #ED2474 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 116 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.07 |
| HSL | 336.12º | 0.85% | 0.54% | - |
| HSV(B) | 336.12º | 0.85% | 0.93% | - |
| XYZ | 38.71 | 20.53 | 18.44 | - |
| YUV | 105.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 116 | 0 | 0.85 | 0.51 | 0.07 | 336.12 | 0.85 | 0.54 |
| Hex | ED | 24 | 74 | 0 | 55 | 33 | 7 | 150 | 55 | 36 |
| Octal | 355 | 44 | 164 | 0 | 125 | 63 | 7 | 520 | 125 | 66 |
| Binary | 11101101 | 100100 | 1110100 | 0 | 1010101 | 110011 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #ED2474
Complementary color
Monochromatic Colors of #ED2474
Black with #ED2474
Text Example
Text Example
White with #ED2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2474; }
p { color: rgb(237,36,116); }
H1.HeaderClassName
{
color: #ED2474;
}
.AnyTagClassName
{
color: #ED2474;
}
</style>
background-color css
<style>
a { background-color: #ED2474; }
a { background-color: rgb(237,36,116); }
div.DivClassName
{
background-color: #ED2474;
}
.BgClassName
{
background-color: #ED2474;
}
</style>
border-color css
<style>
span { border-color: #ED2474; }
span { border-color: rgb(237,36,116); }
td.TdClassName
{
border-color: #ED2474;
}
.TagClassName
{
border-color: #ED2474;
}
</style>