Shades of Cerise #ED2B6E
Tints of Cerise #ED2B6E
RGB
CMYK
RGB Variations
Color information
#ED2B6E (or 0xED2B6E) is known color: Cerise. HEX triplet: ED, 2B and 6E. RGB value is (237,43,110). Sum of RGB (Red+Green+Blue) = 237+43+110=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B6E is #12D491. Grayscale: #6C6C6C. Windows color (decimal): -1234066 or 7220205. OLE color: 7220205.
HSL color Cylindrical-coordinate representation of color #ED2B6E: hue angle of 339.28º 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 #ED2B6E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 43 | 110 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.07 |
| HSL | 339.28º | 0.84% | 0.55% | - |
| HSV(B) | 339.28º | 0.82% | 0.93% | - |
| XYZ | 38.6 | 20.86 | 16.74 | - |
| YUV | 108.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 110 | 0 | 0.82 | 0.54 | 0.07 | 339.28 | 0.84 | 0.55 |
| Hex | ED | 2B | 6E | 0 | 52 | 36 | 7 | 153 | 54 | 37 |
| Octal | 355 | 53 | 156 | 0 | 122 | 66 | 7 | 523 | 124 | 67 |
| Binary | 11101101 | 101011 | 1101110 | 0 | 1010010 | 110110 | 111 | 101010011 | 1010100 | 110111 |
Color Harmonies of #ED2B6E
Complementary color
Monochromatic Colors of #ED2B6E
Black with #ED2B6E
Text Example
Text Example
White with #ED2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2B6E; }
p { color: rgb(237,43,110); }
H1.HeaderClassName
{
color: #ED2B6E;
}
.AnyTagClassName
{
color: #ED2B6E;
}
</style>
background-color css
<style>
a { background-color: #ED2B6E; }
a { background-color: rgb(237,43,110); }
div.DivClassName
{
background-color: #ED2B6E;
}
.BgClassName
{
background-color: #ED2B6E;
}
</style>
border-color css
<style>
span { border-color: #ED2B6E; }
span { border-color: rgb(237,43,110); }
td.TdClassName
{
border-color: #ED2B6E;
}
.TagClassName
{
border-color: #ED2B6E;
}
</style>