Shades of Cerise #ED2471
Tints of Cerise #ED2471
RGB
CMYK
RGB Variations
Color information
#ED2471 (or 0xED2471) is known color: Cerise. HEX triplet: ED, 24 and 71. RGB value is (237,36,113). Sum of RGB (Red+Green+Blue) = 237+36+113=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2471 is #12DB8E. Grayscale: #686868. Windows color (decimal): -1235855 or 7415021. OLE color: 7415021.
HSL color Cylindrical-coordinate representation of color #ED2471: hue angle of 337.01º 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 #ED2471 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 113 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.07 |
| HSL | 337.01º | 0.85% | 0.54% | - |
| HSV(B) | 337.01º | 0.85% | 0.93% | - |
| XYZ | 38.54 | 20.46 | 17.54 | - |
| YUV | 104.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 113 | 0 | 0.85 | 0.52 | 0.07 | 337.01 | 0.85 | 0.54 |
| Hex | ED | 24 | 71 | 0 | 55 | 34 | 7 | 151 | 55 | 36 |
| Octal | 355 | 44 | 161 | 0 | 125 | 64 | 7 | 521 | 125 | 66 |
| Binary | 11101101 | 100100 | 1110001 | 0 | 1010101 | 110100 | 111 | 101010001 | 1010101 | 110110 |
Color Harmonies of #ED2471
Complementary color
Monochromatic Colors of #ED2471
Black with #ED2471
Text Example
Text Example
White with #ED2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2471; }
p { color: rgb(237,36,113); }
H1.HeaderClassName
{
color: #ED2471;
}
.AnyTagClassName
{
color: #ED2471;
}
</style>
background-color css
<style>
a { background-color: #ED2471; }
a { background-color: rgb(237,36,113); }
div.DivClassName
{
background-color: #ED2471;
}
.BgClassName
{
background-color: #ED2471;
}
</style>
border-color css
<style>
span { border-color: #ED2471; }
span { border-color: rgb(237,36,113); }
td.TdClassName
{
border-color: #ED2471;
}
.TagClassName
{
border-color: #ED2471;
}
</style>