Shades of Cerise #ED2560
Tints of Cerise #ED2560
RGB
CMYK
RGB Variations
Color information
#ED2560 (or 0xED2560) is known color: Cerise. HEX triplet: ED, 25 and 60. RGB value is (237,37,96). Sum of RGB (Red+Green+Blue) = 237+37+96=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2560 is #12DA9F. Grayscale: #676767. Windows color (decimal): -1235616 or 6301165. OLE color: 6301165.
HSL color Cylindrical-coordinate representation of color #ED2560: hue angle of 342.3º 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 #ED2560 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 96 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.07 |
| HSL | 342.3º | 0.85% | 0.54% | - |
| HSV(B) | 342.3º | 0.84% | 0.93% | - |
| XYZ | 37.7 | 20.17 | 12.97 | - |
| YUV | 103.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 96 | 0 | 0.84 | 0.59 | 0.07 | 342.3 | 0.85 | 0.54 |
| Hex | ED | 25 | 60 | 0 | 54 | 3B | 7 | 156 | 55 | 36 |
| Octal | 355 | 45 | 140 | 0 | 124 | 73 | 7 | 526 | 125 | 66 |
| Binary | 11101101 | 100101 | 1100000 | 0 | 1010100 | 111011 | 111 | 101010110 | 1010101 | 110110 |
Color Harmonies of #ED2560
Complementary color
Monochromatic Colors of #ED2560
Black with #ED2560
Text Example
Text Example
White with #ED2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2560; }
p { color: rgb(237,37,96); }
H1.HeaderClassName
{
color: #ED2560;
}
.AnyTagClassName
{
color: #ED2560;
}
</style>
background-color css
<style>
a { background-color: #ED2560; }
a { background-color: rgb(237,37,96); }
div.DivClassName
{
background-color: #ED2560;
}
.BgClassName
{
background-color: #ED2560;
}
</style>
border-color css
<style>
span { border-color: #ED2560; }
span { border-color: rgb(237,37,96); }
td.TdClassName
{
border-color: #ED2560;
}
.TagClassName
{
border-color: #ED2560;
}
</style>