Shades of Cerise #ED2370
Tints of Cerise #ED2370
RGB
CMYK
RGB Variations
Color information
#ED2370 (or 0xED2370) is known color: Cerise. HEX triplet: ED, 23 and 70. RGB value is (237,35,112). Sum of RGB (Red+Green+Blue) = 237+35+112=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2370 is #12DC8F. Grayscale: #686868. Windows color (decimal): -1236112 or 7349229. OLE color: 7349229.
HSL color Cylindrical-coordinate representation of color #ED2370: hue angle of 337.13º 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 #ED2370 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 35 | 112 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.07 |
| HSL | 337.13º | 0.85% | 0.53% | - |
| HSV(B) | 337.13º | 0.85% | 0.93% | - |
| XYZ | 38.45 | 20.38 | 17.24 | - |
| YUV | 104.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 35 | 112 | 0 | 0.85 | 0.53 | 0.07 | 337.13 | 0.85 | 0.53 |
| Hex | ED | 23 | 70 | 0 | 55 | 35 | 7 | 151 | 55 | 35 |
| Octal | 355 | 43 | 160 | 0 | 125 | 65 | 7 | 521 | 125 | 65 |
| Binary | 11101101 | 100011 | 1110000 | 0 | 1010101 | 110101 | 111 | 101010001 | 1010101 | 110101 |
Color Harmonies of #ED2370
Complementary color
Monochromatic Colors of #ED2370
Black with #ED2370
Text Example
Text Example
White with #ED2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2370; }
p { color: rgb(237,35,112); }
H1.HeaderClassName
{
color: #ED2370;
}
.AnyTagClassName
{
color: #ED2370;
}
</style>
background-color css
<style>
a { background-color: #ED2370; }
a { background-color: rgb(237,35,112); }
div.DivClassName
{
background-color: #ED2370;
}
.BgClassName
{
background-color: #ED2370;
}
</style>
border-color css
<style>
span { border-color: #ED2370; }
span { border-color: rgb(237,35,112); }
td.TdClassName
{
border-color: #ED2370;
}
.TagClassName
{
border-color: #ED2370;
}
</style>