Shades of Deep Cerise #ED278F
Tints of Deep Cerise #ED278F
RGB
CMYK
RGB Variations
Color information
#ED278F (or 0xED278F) is known color: Deep Cerise. HEX triplet: ED, 27 and 8F. RGB value is (237,39,143). Sum of RGB (Red+Green+Blue) = 237+39+143=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED278F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED278F is #12D870. Grayscale: #6D6D6D. Windows color (decimal): -1235057 or 9381869. OLE color: 9381869.
HSL color Cylindrical-coordinate representation of color #ED278F: hue angle of 328.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED278F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 143 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.07 |
| HSL | 328.48º | 0.85% | 0.54% | - |
| HSV(B) | 328.48º | 0.84% | 0.93% | - |
| XYZ | 40.61 | 21.44 | 27.98 | - |
| YUV | 110.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 143 | 0 | 0.84 | 0.40 | 0.07 | 328.48 | 0.85 | 0.54 |
| Hex | ED | 27 | 8F | 0 | 54 | 28 | 7 | 148 | 55 | 36 |
| Octal | 355 | 47 | 217 | 0 | 124 | 50 | 7 | 510 | 125 | 66 |
| Binary | 11101101 | 100111 | 10001111 | 0 | 1010100 | 101000 | 111 | 101001000 | 1010101 | 110110 |
Color Harmonies of #ED278F
Complementary color
Monochromatic Colors of #ED278F
Black with #ED278F
Text Example
Text Example
White with #ED278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED278F; }
p { color: rgb(237,39,143); }
H1.HeaderClassName
{
color: #ED278F;
}
.AnyTagClassName
{
color: #ED278F;
}
</style>
background-color css
<style>
a { background-color: #ED278F; }
a { background-color: rgb(237,39,143); }
div.DivClassName
{
background-color: #ED278F;
}
.BgClassName
{
background-color: #ED278F;
}
</style>
border-color css
<style>
span { border-color: #ED278F; }
span { border-color: rgb(237,39,143); }
td.TdClassName
{
border-color: #ED278F;
}
.TagClassName
{
border-color: #ED278F;
}
</style>