Shades of Cerise #ED2A77
Tints of Cerise #ED2A77
RGB
CMYK
RGB Variations
Color information
#ED2A77 (or 0xED2A77) is known color: Cerise. HEX triplet: ED, 2A and 77. RGB value is (237,42,119). Sum of RGB (Red+Green+Blue) = 237+42+119=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A77 is #12D588. Grayscale: #6C6C6C. Windows color (decimal): -1234313 or 7809773. OLE color: 7809773.
HSL color Cylindrical-coordinate representation of color #ED2A77: hue angle of 336.31º 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 #ED2A77 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 119 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.07 |
| HSL | 336.31º | 0.84% | 0.55% | - |
| HSV(B) | 336.31º | 0.82% | 0.93% | - |
| XYZ | 39.08 | 20.99 | 19.44 | - |
| YUV | 109.08 | 133.6 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 119 | 0 | 0.82 | 0.50 | 0.07 | 336.31 | 0.84 | 0.55 |
| Hex | ED | 2A | 77 | 0 | 52 | 32 | 7 | 150 | 54 | 37 |
| Octal | 355 | 52 | 167 | 0 | 122 | 62 | 7 | 520 | 124 | 67 |
| Binary | 11101101 | 101010 | 1110111 | 0 | 1010010 | 110010 | 111 | 101010000 | 1010100 | 110111 |
Color Harmonies of #ED2A77
Complementary color
Monochromatic Colors of #ED2A77
Black with #ED2A77
Text Example
Text Example
White with #ED2A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A77; }
p { color: rgb(237,42,119); }
H1.HeaderClassName
{
color: #ED2A77;
}
.AnyTagClassName
{
color: #ED2A77;
}
</style>
background-color css
<style>
a { background-color: #ED2A77; }
a { background-color: rgb(237,42,119); }
div.DivClassName
{
background-color: #ED2A77;
}
.BgClassName
{
background-color: #ED2A77;
}
</style>
border-color css
<style>
span { border-color: #ED2A77; }
span { border-color: rgb(237,42,119); }
td.TdClassName
{
border-color: #ED2A77;
}
.TagClassName
{
border-color: #ED2A77;
}
</style>