Shades of Cerise #ED2A72
Tints of Cerise #ED2A72
RGB
CMYK
RGB Variations
Color information
#ED2A72 (or 0xED2A72) is known color: Cerise. HEX triplet: ED, 2A and 72. RGB value is (237,42,114). Sum of RGB (Red+Green+Blue) = 237+42+114=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A72 is #12D58D. Grayscale: #6C6C6C. Windows color (decimal): -1234318 or 7482093. OLE color: 7482093.
HSL color Cylindrical-coordinate representation of color #ED2A72: hue angle of 337.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A72 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 114 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.07 |
| HSL | 337.85º | 0.84% | 0.55% | - |
| HSV(B) | 337.85º | 0.82% | 0.93% | - |
| XYZ | 38.79 | 20.88 | 17.9 | - |
| YUV | 108.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 114 | 0 | 0.82 | 0.52 | 0.07 | 337.85 | 0.84 | 0.55 |
| Hex | ED | 2A | 72 | 0 | 52 | 34 | 7 | 152 | 54 | 37 |
| Octal | 355 | 52 | 162 | 0 | 122 | 64 | 7 | 522 | 124 | 67 |
| Binary | 11101101 | 101010 | 1110010 | 0 | 1010010 | 110100 | 111 | 101010010 | 1010100 | 110111 |
Color Harmonies of #ED2A72
Complementary color
Monochromatic Colors of #ED2A72
Black with #ED2A72
Text Example
Text Example
White with #ED2A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A72; }
p { color: rgb(237,42,114); }
H1.HeaderClassName
{
color: #ED2A72;
}
.AnyTagClassName
{
color: #ED2A72;
}
</style>
background-color css
<style>
a { background-color: #ED2A72; }
a { background-color: rgb(237,42,114); }
div.DivClassName
{
background-color: #ED2A72;
}
.BgClassName
{
background-color: #ED2A72;
}
</style>
border-color css
<style>
span { border-color: #ED2A72; }
span { border-color: rgb(237,42,114); }
td.TdClassName
{
border-color: #ED2A72;
}
.TagClassName
{
border-color: #ED2A72;
}
</style>