Shades of Cerise #ED2275
Tints of Cerise #ED2275
RGB
CMYK
RGB Variations
Color information
#ED2275 (or 0xED2275) is known color: Cerise. HEX triplet: ED, 22 and 75. RGB value is (237,34,117). Sum of RGB (Red+Green+Blue) = 237+34+117=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2275 is #12DD8A. Grayscale: #686868. Windows color (decimal): -1236363 or 7676653. OLE color: 7676653.
HSL color Cylindrical-coordinate representation of color #ED2275: hue angle of 335.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2275 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 117 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.07 |
| HSL | 335.47º | 0.85% | 0.53% | - |
| HSV(B) | 335.47º | 0.86% | 0.93% | - |
| XYZ | 38.71 | 20.43 | 18.73 | - |
| YUV | 104.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 117 | 0 | 0.86 | 0.51 | 0.07 | 335.47 | 0.85 | 0.53 |
| Hex | ED | 22 | 75 | 0 | 56 | 33 | 7 | 14F | 55 | 35 |
| Octal | 355 | 42 | 165 | 0 | 126 | 63 | 7 | 517 | 125 | 65 |
| Binary | 11101101 | 100010 | 1110101 | 0 | 1010110 | 110011 | 111 | 101001111 | 1010101 | 110101 |
Color Harmonies of #ED2275
Complementary color
Monochromatic Colors of #ED2275
Black with #ED2275
Text Example
Text Example
White with #ED2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2275; }
p { color: rgb(237,34,117); }
H1.HeaderClassName
{
color: #ED2275;
}
.AnyTagClassName
{
color: #ED2275;
}
</style>
background-color css
<style>
a { background-color: #ED2275; }
a { background-color: rgb(237,34,117); }
div.DivClassName
{
background-color: #ED2275;
}
.BgClassName
{
background-color: #ED2275;
}
</style>
border-color css
<style>
span { border-color: #ED2275; }
span { border-color: rgb(237,34,117); }
td.TdClassName
{
border-color: #ED2275;
}
.TagClassName
{
border-color: #ED2275;
}
</style>