Shades of Cerise #ED286C
Tints of Cerise #ED286C
RGB
CMYK
RGB Variations
Color information
#ED286C (or 0xED286C) is known color: Cerise. HEX triplet: ED, 28 and 6C. RGB value is (237,40,108). Sum of RGB (Red+Green+Blue) = 237+40+108=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED286C is #12D793. Grayscale: #6A6A6A. Windows color (decimal): -1234836 or 7088365. OLE color: 7088365.
HSL color Cylindrical-coordinate representation of color #ED286C: hue angle of 339.29º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED286C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 108 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.07 |
| HSL | 339.29º | 0.85% | 0.54% | - |
| HSV(B) | 339.29º | 0.83% | 0.93% | - |
| XYZ | 38.39 | 20.6 | 16.14 | - |
| YUV | 106.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 108 | 0 | 0.83 | 0.54 | 0.07 | 339.29 | 0.85 | 0.54 |
| Hex | ED | 28 | 6C | 0 | 53 | 36 | 7 | 153 | 55 | 36 |
| Octal | 355 | 50 | 154 | 0 | 123 | 66 | 7 | 523 | 125 | 66 |
| Binary | 11101101 | 101000 | 1101100 | 0 | 1010011 | 110110 | 111 | 101010011 | 1010101 | 110110 |
Color Harmonies of #ED286C
Complementary color
Monochromatic Colors of #ED286C
Black with #ED286C
Text Example
Text Example
White with #ED286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED286C; }
p { color: rgb(237,40,108); }
H1.HeaderClassName
{
color: #ED286C;
}
.AnyTagClassName
{
color: #ED286C;
}
</style>
background-color css
<style>
a { background-color: #ED286C; }
a { background-color: rgb(237,40,108); }
div.DivClassName
{
background-color: #ED286C;
}
.BgClassName
{
background-color: #ED286C;
}
</style>
border-color css
<style>
span { border-color: #ED286C; }
span { border-color: rgb(237,40,108); }
td.TdClassName
{
border-color: #ED286C;
}
.TagClassName
{
border-color: #ED286C;
}
</style>