Shades of Cerise #ED2B73
Tints of Cerise #ED2B73
RGB
CMYK
RGB Variations
Color information
#ED2B73 (or 0xED2B73) is known color: Cerise. HEX triplet: ED, 2B and 73. RGB value is (237,43,115). Sum of RGB (Red+Green+Blue) = 237+43+115=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B73 is #12D48C. Grayscale: #6D6D6D. Windows color (decimal): -1234061 or 7547885. OLE color: 7547885.
HSL color Cylindrical-coordinate representation of color #ED2B73: hue angle of 337.73º 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 #ED2B73 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 115 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.07 |
| HSL | 337.73º | 0.84% | 0.55% | - |
| HSV(B) | 337.73º | 0.82% | 0.93% | - |
| XYZ | 38.88 | 20.97 | 18.22 | - |
| YUV | 109.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 115 | 0 | 0.82 | 0.51 | 0.07 | 337.73 | 0.84 | 0.55 |
| Hex | ED | 2B | 73 | 0 | 52 | 33 | 7 | 152 | 54 | 37 |
| Octal | 355 | 53 | 163 | 0 | 122 | 63 | 7 | 522 | 124 | 67 |
| Binary | 11101101 | 101011 | 1110011 | 0 | 1010010 | 110011 | 111 | 101010010 | 1010100 | 110111 |
Color Harmonies of #ED2B73
Complementary color
Monochromatic Colors of #ED2B73
Black with #ED2B73
Text Example
Text Example
White with #ED2B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B73; }
p { color: rgb(237,43,115); }
H1.HeaderClassName
{
color: #ED2B73;
}
.AnyTagClassName
{
color: #ED2B73;
}
</style>
background-color css
<style>
a { background-color: #ED2B73; }
a { background-color: rgb(237,43,115); }
div.DivClassName
{
background-color: #ED2B73;
}
.BgClassName
{
background-color: #ED2B73;
}
</style>
border-color css
<style>
span { border-color: #ED2B73; }
span { border-color: rgb(237,43,115); }
td.TdClassName
{
border-color: #ED2B73;
}
.TagClassName
{
border-color: #ED2B73;
}
</style>