Shades of Deep Cerise #ED278C
Tints of Deep Cerise #ED278C
RGB
CMYK
RGB Variations
Color information
#ED278C (or 0xED278C) is known color: Deep Cerise. HEX triplet: ED, 27 and 8C. RGB value is (237,39,140). Sum of RGB (Red+Green+Blue) = 237+39+140=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED278C is #12D873. Grayscale: #6D6D6D. Windows color (decimal): -1235060 or 9185261. OLE color: 9185261.
HSL color Cylindrical-coordinate representation of color #ED278C: hue angle of 329.39º 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 #ED278C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 39 | 140 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.07 |
| HSL | 329.39º | 0.85% | 0.54% | - |
| HSV(B) | 329.39º | 0.84% | 0.93% | - |
| XYZ | 40.38 | 21.35 | 26.8 | - |
| YUV | 109.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 39 | 140 | 0 | 0.84 | 0.41 | 0.07 | 329.39 | 0.85 | 0.54 |
| Hex | ED | 27 | 8C | 0 | 54 | 29 | 7 | 149 | 55 | 36 |
| Octal | 355 | 47 | 214 | 0 | 124 | 51 | 7 | 511 | 125 | 66 |
| Binary | 11101101 | 100111 | 10001100 | 0 | 1010100 | 101001 | 111 | 101001001 | 1010101 | 110110 |
Color Harmonies of #ED278C
Complementary color
Monochromatic Colors of #ED278C
Black with #ED278C
Text Example
Text Example
White with #ED278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED278C; }
p { color: rgb(237,39,140); }
H1.HeaderClassName
{
color: #ED278C;
}
.AnyTagClassName
{
color: #ED278C;
}
</style>
background-color css
<style>
a { background-color: #ED278C; }
a { background-color: rgb(237,39,140); }
div.DivClassName
{
background-color: #ED278C;
}
.BgClassName
{
background-color: #ED278C;
}
</style>
border-color css
<style>
span { border-color: #ED278C; }
span { border-color: rgb(237,39,140); }
td.TdClassName
{
border-color: #ED278C;
}
.TagClassName
{
border-color: #ED278C;
}
</style>