Shades of Cerise #ED2A70
Tints of Cerise #ED2A70
RGB
CMYK
RGB Variations
Color information
#ED2A70 (or 0xED2A70) is known color: Cerise. HEX triplet: ED, 2A and 70. RGB value is (237,42,112). Sum of RGB (Red+Green+Blue) = 237+42+112=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A70 is #12D58F. Grayscale: #6C6C6C. Windows color (decimal): -1234320 or 7351021. OLE color: 7351021.
HSL color Cylindrical-coordinate representation of color #ED2A70: hue angle of 338.46º 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 #ED2A70 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 112 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.07 |
| HSL | 338.46º | 0.84% | 0.55% | - |
| HSV(B) | 338.46º | 0.82% | 0.93% | - |
| XYZ | 38.68 | 20.83 | 17.31 | - |
| YUV | 108.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 112 | 0 | 0.82 | 0.53 | 0.07 | 338.46 | 0.84 | 0.55 |
| Hex | ED | 2A | 70 | 0 | 52 | 35 | 7 | 152 | 54 | 37 |
| Octal | 355 | 52 | 160 | 0 | 122 | 65 | 7 | 522 | 124 | 67 |
| Binary | 11101101 | 101010 | 1110000 | 0 | 1010010 | 110101 | 111 | 101010010 | 1010100 | 110111 |
Color Harmonies of #ED2A70
Complementary color
Monochromatic Colors of #ED2A70
Black with #ED2A70
Text Example
Text Example
White with #ED2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A70; }
p { color: rgb(237,42,112); }
H1.HeaderClassName
{
color: #ED2A70;
}
.AnyTagClassName
{
color: #ED2A70;
}
</style>
background-color css
<style>
a { background-color: #ED2A70; }
a { background-color: rgb(237,42,112); }
div.DivClassName
{
background-color: #ED2A70;
}
.BgClassName
{
background-color: #ED2A70;
}
</style>
border-color css
<style>
span { border-color: #ED2A70; }
span { border-color: rgb(237,42,112); }
td.TdClassName
{
border-color: #ED2A70;
}
.TagClassName
{
border-color: #ED2A70;
}
</style>