Shades of Cerise #ED2A73
Tints of Cerise #ED2A73
RGB
CMYK
RGB Variations
Color information
#ED2A73 (or 0xED2A73) is known color: Cerise. HEX triplet: ED, 2A and 73. RGB value is (237,42,115). Sum of RGB (Red+Green+Blue) = 237+42+115=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A73 is #12D58C. Grayscale: #6C6C6C. Windows color (decimal): -1234317 or 7547629. OLE color: 7547629.
HSL color Cylindrical-coordinate representation of color #ED2A73: hue angle of 337.54º 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 #ED2A73 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 115 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.07 |
| HSL | 337.54º | 0.84% | 0.55% | - |
| HSV(B) | 337.54º | 0.82% | 0.93% | - |
| XYZ | 38.85 | 20.9 | 18.21 | - |
| YUV | 108.63 | 131.6 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 115 | 0 | 0.82 | 0.51 | 0.07 | 337.54 | 0.84 | 0.55 |
| Hex | ED | 2A | 73 | 0 | 52 | 33 | 7 | 152 | 54 | 37 |
| Octal | 355 | 52 | 163 | 0 | 122 | 63 | 7 | 522 | 124 | 67 |
| Binary | 11101101 | 101010 | 1110011 | 0 | 1010010 | 110011 | 111 | 101010010 | 1010100 | 110111 |
Color Harmonies of #ED2A73
Complementary color
Monochromatic Colors of #ED2A73
Black with #ED2A73
Text Example
Text Example
White with #ED2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A73; }
p { color: rgb(237,42,115); }
H1.HeaderClassName
{
color: #ED2A73;
}
.AnyTagClassName
{
color: #ED2A73;
}
</style>
background-color css
<style>
a { background-color: #ED2A73; }
a { background-color: rgb(237,42,115); }
div.DivClassName
{
background-color: #ED2A73;
}
.BgClassName
{
background-color: #ED2A73;
}
</style>
border-color css
<style>
span { border-color: #ED2A73; }
span { border-color: rgb(237,42,115); }
td.TdClassName
{
border-color: #ED2A73;
}
.TagClassName
{
border-color: #ED2A73;
}
</style>