Shades of Cerise #ED286F
Tints of Cerise #ED286F
RGB
CMYK
RGB Variations
Color information
#ED286F (or 0xED286F) is known color: Cerise. HEX triplet: ED, 28 and 6F. RGB value is (237,40,111). Sum of RGB (Red+Green+Blue) = 237+40+111=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED286F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED286F is #12D790. Grayscale: #6A6A6A. Windows color (decimal): -1234833 or 7284973. OLE color: 7284973.
HSL color Cylindrical-coordinate representation of color #ED286F: hue angle of 338.38º 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 #ED286F is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 111 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.07 |
| HSL | 338.38º | 0.85% | 0.54% | - |
| HSV(B) | 338.38º | 0.83% | 0.93% | - |
| XYZ | 38.55 | 20.67 | 17 | - |
| YUV | 107 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 111 | 0 | 0.83 | 0.53 | 0.07 | 338.38 | 0.85 | 0.54 |
| Hex | ED | 28 | 6F | 0 | 53 | 35 | 7 | 152 | 55 | 36 |
| Octal | 355 | 50 | 157 | 0 | 123 | 65 | 7 | 522 | 125 | 66 |
| Binary | 11101101 | 101000 | 1101111 | 0 | 1010011 | 110101 | 111 | 101010010 | 1010101 | 110110 |
Color Harmonies of #ED286F
Complementary color
Monochromatic Colors of #ED286F
Black with #ED286F
Text Example
Text Example
White with #ED286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED286F; }
p { color: rgb(237,40,111); }
H1.HeaderClassName
{
color: #ED286F;
}
.AnyTagClassName
{
color: #ED286F;
}
</style>
background-color css
<style>
a { background-color: #ED286F; }
a { background-color: rgb(237,40,111); }
div.DivClassName
{
background-color: #ED286F;
}
.BgClassName
{
background-color: #ED286F;
}
</style>
border-color css
<style>
span { border-color: #ED286F; }
span { border-color: rgb(237,40,111); }
td.TdClassName
{
border-color: #ED286F;
}
.TagClassName
{
border-color: #ED286F;
}
</style>