Shades of Cerise #ED2371
Tints of Cerise #ED2371
RGB
CMYK
RGB Variations
Color information
#ED2371 (or 0xED2371) is known color: Cerise. HEX triplet: ED, 23 and 71. RGB value is (237,35,113). Sum of RGB (Red+Green+Blue) = 237+35+113=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2371 is #12DC8E. Grayscale: #686868. Windows color (decimal): -1236111 or 7414765. OLE color: 7414765.
HSL color Cylindrical-coordinate representation of color #ED2371: hue angle of 336.83º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2371 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 113 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.07 |
| HSL | 336.83º | 0.85% | 0.53% | - |
| HSV(B) | 336.83º | 0.85% | 0.93% | - |
| XYZ | 38.51 | 20.4 | 17.53 | - |
| YUV | 104.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 113 | 0 | 0.85 | 0.52 | 0.07 | 336.83 | 0.85 | 0.53 |
| Hex | ED | 23 | 71 | 0 | 55 | 34 | 7 | 151 | 55 | 35 |
| Octal | 355 | 43 | 161 | 0 | 125 | 64 | 7 | 521 | 125 | 65 |
| Binary | 11101101 | 100011 | 1110001 | 0 | 1010101 | 110100 | 111 | 101010001 | 1010101 | 110101 |
Color Harmonies of #ED2371
Complementary color
Monochromatic Colors of #ED2371
Black with #ED2371
Text Example
Text Example
White with #ED2371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2371; }
p { color: rgb(237,35,113); }
H1.HeaderClassName
{
color: #ED2371;
}
.AnyTagClassName
{
color: #ED2371;
}
</style>
background-color css
<style>
a { background-color: #ED2371; }
a { background-color: rgb(237,35,113); }
div.DivClassName
{
background-color: #ED2371;
}
.BgClassName
{
background-color: #ED2371;
}
</style>
border-color css
<style>
span { border-color: #ED2371; }
span { border-color: rgb(237,35,113); }
td.TdClassName
{
border-color: #ED2371;
}
.TagClassName
{
border-color: #ED2371;
}
</style>