Shades of Deep Cerise #ED3378
Tints of Deep Cerise #ED3378
RGB
CMYK
RGB Variations
Color information
#ED3378 (or 0xED3378) is known color: Deep Cerise. HEX triplet: ED, 33 and 78. RGB value is (237,51,120). Sum of RGB (Red+Green+Blue) = 237+51+120=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3378 is #12CC87. Grayscale: #727272. Windows color (decimal): -1232008 or 7877613. OLE color: 7877613.
HSL color Cylindrical-coordinate representation of color #ED3378: hue angle of 337.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3378 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 120 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.07 |
| HSL | 337.74º | 0.84% | 0.56% | - |
| HSV(B) | 337.74º | 0.78% | 0.93% | - |
| XYZ | 39.5 | 21.73 | 19.88 | - |
| YUV | 114.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 120 | 0 | 0.78 | 0.49 | 0.07 | 337.74 | 0.84 | 0.56 |
| Hex | ED | 33 | 78 | 0 | 4E | 31 | 7 | 152 | 54 | 38 |
| Octal | 355 | 63 | 170 | 0 | 116 | 61 | 7 | 522 | 124 | 70 |
| Binary | 11101101 | 110011 | 1111000 | 0 | 1001110 | 110001 | 111 | 101010010 | 1010100 | 111000 |
Color Harmonies of #ED3378
Complementary color
Monochromatic Colors of #ED3378
Black with #ED3378
Text Example
Text Example
White with #ED3378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3378; }
p { color: rgb(237,51,120); }
H1.HeaderClassName
{
color: #ED3378;
}
.AnyTagClassName
{
color: #ED3378;
}
</style>
background-color css
<style>
a { background-color: #ED3378; }
a { background-color: rgb(237,51,120); }
div.DivClassName
{
background-color: #ED3378;
}
.BgClassName
{
background-color: #ED3378;
}
</style>
border-color css
<style>
span { border-color: #ED3378; }
span { border-color: rgb(237,51,120); }
td.TdClassName
{
border-color: #ED3378;
}
.TagClassName
{
border-color: #ED3378;
}
</style>