Shades of Cerise #ED2575
Tints of Cerise #ED2575
RGB
CMYK
RGB Variations
Color information
#ED2575 (or 0xED2575) is known color: Cerise. HEX triplet: ED, 25 and 75. RGB value is (237,37,117). Sum of RGB (Red+Green+Blue) = 237+37+117=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2575 is #12DA8A. Grayscale: #696969. Windows color (decimal): -1235595 or 7677421. OLE color: 7677421.
HSL color Cylindrical-coordinate representation of color #ED2575: hue angle of 336º 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 #ED2575 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 37 | 117 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.07 |
| HSL | 336º | 0.85% | 0.54% | - |
| HSV(B) | 336º | 0.84% | 0.93% | - |
| XYZ | 38.8 | 20.61 | 18.76 | - |
| YUV | 105.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 37 | 117 | 0 | 0.84 | 0.51 | 0.07 | 336 | 0.85 | 0.54 |
| Hex | ED | 25 | 75 | 0 | 54 | 33 | 7 | 150 | 55 | 36 |
| Octal | 355 | 45 | 165 | 0 | 124 | 63 | 7 | 520 | 125 | 66 |
| Binary | 11101101 | 100101 | 1110101 | 0 | 1010100 | 110011 | 111 | 101010000 | 1010101 | 110110 |
Color Harmonies of #ED2575
Complementary color
Monochromatic Colors of #ED2575
Black with #ED2575
Text Example
Text Example
White with #ED2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2575; }
p { color: rgb(237,37,117); }
H1.HeaderClassName
{
color: #ED2575;
}
.AnyTagClassName
{
color: #ED2575;
}
</style>
background-color css
<style>
a { background-color: #ED2575; }
a { background-color: rgb(237,37,117); }
div.DivClassName
{
background-color: #ED2575;
}
.BgClassName
{
background-color: #ED2575;
}
</style>
border-color css
<style>
span { border-color: #ED2575; }
span { border-color: rgb(237,37,117); }
td.TdClassName
{
border-color: #ED2575;
}
.TagClassName
{
border-color: #ED2575;
}
</style>