Shades of Cerise #ED2561
Tints of Cerise #ED2561
RGB
CMYK
RGB Variations
Color information
#ED2561 (or 0xED2561) is known color: Cerise. HEX triplet: ED, 25 and 61. RGB value is (237,37,97). Sum of RGB (Red+Green+Blue) = 237+37+97=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2561 is #12DA9E. Grayscale: #676767. Windows color (decimal): -1235615 or 6366701. OLE color: 6366701.
HSL color Cylindrical-coordinate representation of color #ED2561: hue angle of 342º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2561 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 97 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.07 |
| HSL | 342º | 0.85% | 0.54% | - |
| HSV(B) | 342º | 0.84% | 0.93% | - |
| XYZ | 37.74 | 20.19 | 13.22 | - |
| YUV | 103.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 97 | 0 | 0.84 | 0.59 | 0.07 | 342 | 0.85 | 0.54 |
| Hex | ED | 25 | 61 | 0 | 54 | 3B | 7 | 156 | 55 | 36 |
| Octal | 355 | 45 | 141 | 0 | 124 | 73 | 7 | 526 | 125 | 66 |
| Binary | 11101101 | 100101 | 1100001 | 0 | 1010100 | 111011 | 111 | 101010110 | 1010101 | 110110 |
Color Harmonies of #ED2561
Complementary color
Monochromatic Colors of #ED2561
Black with #ED2561
Text Example
Text Example
White with #ED2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2561; }
p { color: rgb(237,37,97); }
H1.HeaderClassName
{
color: #ED2561;
}
.AnyTagClassName
{
color: #ED2561;
}
</style>
background-color css
<style>
a { background-color: #ED2561; }
a { background-color: rgb(237,37,97); }
div.DivClassName
{
background-color: #ED2561;
}
.BgClassName
{
background-color: #ED2561;
}
</style>
border-color css
<style>
span { border-color: #ED2561; }
span { border-color: rgb(237,37,97); }
td.TdClassName
{
border-color: #ED2561;
}
.TagClassName
{
border-color: #ED2561;
}
</style>