Shades of Deep Cerise #ED287B
Tints of Deep Cerise #ED287B
RGB
CMYK
RGB Variations
Color information
#ED287B (or 0xED287B) is known color: Deep Cerise. HEX triplet: ED, 28 and 7B. RGB value is (237,40,123). Sum of RGB (Red+Green+Blue) = 237+40+123=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED287B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED287B is #12D784. Grayscale: #6C6C6C. Windows color (decimal): -1234821 or 8071405. OLE color: 8071405.
HSL color Cylindrical-coordinate representation of color #ED287B: hue angle of 334.72º 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 #ED287B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 40 | 123 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.07 |
| HSL | 334.72º | 0.85% | 0.54% | - |
| HSV(B) | 334.72º | 0.83% | 0.93% | - |
| XYZ | 39.26 | 20.95 | 20.71 | - |
| YUV | 108.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 123 | 0 | 0.83 | 0.48 | 0.07 | 334.72 | 0.85 | 0.54 |
| Hex | ED | 28 | 7B | 0 | 53 | 30 | 7 | 14F | 55 | 36 |
| Octal | 355 | 50 | 173 | 0 | 123 | 60 | 7 | 517 | 125 | 66 |
| Binary | 11101101 | 101000 | 1111011 | 0 | 1010011 | 110000 | 111 | 101001111 | 1010101 | 110110 |
Color Harmonies of #ED287B
Complementary color
Monochromatic Colors of #ED287B
Black with #ED287B
Text Example
Text Example
White with #ED287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED287B; }
p { color: rgb(237,40,123); }
H1.HeaderClassName
{
color: #ED287B;
}
.AnyTagClassName
{
color: #ED287B;
}
</style>
background-color css
<style>
a { background-color: #ED287B; }
a { background-color: rgb(237,40,123); }
div.DivClassName
{
background-color: #ED287B;
}
.BgClassName
{
background-color: #ED287B;
}
</style>
border-color css
<style>
span { border-color: #ED287B; }
span { border-color: rgb(237,40,123); }
td.TdClassName
{
border-color: #ED287B;
}
.TagClassName
{
border-color: #ED287B;
}
</style>