Shades of Cerise #ED2975
Tints of Cerise #ED2975
RGB
CMYK
RGB Variations
Color information
#ED2975 (or 0xED2975) is known color: Cerise. HEX triplet: ED, 29 and 75. RGB value is (237,41,117). Sum of RGB (Red+Green+Blue) = 237+41+117=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2975 is #12D68A. Grayscale: #6C6C6C. Windows color (decimal): -1234571 or 7678445. OLE color: 7678445.
HSL color Cylindrical-coordinate representation of color #ED2975: hue angle of 336.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2975 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 117 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.07 |
| HSL | 336.73º | 0.84% | 0.55% | - |
| HSV(B) | 336.73º | 0.83% | 0.93% | - |
| XYZ | 38.93 | 20.87 | 18.81 | - |
| YUV | 108.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 117 | 0 | 0.83 | 0.51 | 0.07 | 336.73 | 0.84 | 0.55 |
| Hex | ED | 29 | 75 | 0 | 53 | 33 | 7 | 151 | 54 | 37 |
| Octal | 355 | 51 | 165 | 0 | 123 | 63 | 7 | 521 | 124 | 67 |
| Binary | 11101101 | 101001 | 1110101 | 0 | 1010011 | 110011 | 111 | 101010001 | 1010100 | 110111 |
Color Harmonies of #ED2975
Complementary color
Monochromatic Colors of #ED2975
Black with #ED2975
Text Example
Text Example
White with #ED2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2975; }
p { color: rgb(237,41,117); }
H1.HeaderClassName
{
color: #ED2975;
}
.AnyTagClassName
{
color: #ED2975;
}
</style>
background-color css
<style>
a { background-color: #ED2975; }
a { background-color: rgb(237,41,117); }
div.DivClassName
{
background-color: #ED2975;
}
.BgClassName
{
background-color: #ED2975;
}
</style>
border-color css
<style>
span { border-color: #ED2975; }
span { border-color: rgb(237,41,117); }
td.TdClassName
{
border-color: #ED2975;
}
.TagClassName
{
border-color: #ED2975;
}
</style>