Shades of Deep Cerise #E0318C
Tints of Deep Cerise #E0318C
RGB
CMYK
RGB Variations
Color information
#E0318C (or 0xE0318C) is known color: Deep Cerise. HEX triplet: E0, 31 and 8C. RGB value is (224,49,140). Sum of RGB (Red+Green+Blue) = 224+49+140=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0318C is #1FCE73. Grayscale: #6F6F6F. Windows color (decimal): -2084468 or 9187808. OLE color: 9187808.
HSL color Cylindrical-coordinate representation of color #E0318C: hue angle of 328.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0318C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 140 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.12 |
| HSL | 328.8º | 0.74% | 0.54% | - |
| HSV(B) | 328.8º | 0.78% | 0.88% | - |
| XYZ | 36.57 | 19.94 | 26.73 | - |
| YUV | 111.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 140 | 0 | 0.78 | 0.38 | 0.12 | 328.8 | 0.74 | 0.54 |
| Hex | E0 | 31 | 8C | 0 | 4E | 26 | C | 149 | 4A | 36 |
| Octal | 340 | 61 | 214 | 0 | 116 | 46 | 14 | 511 | 112 | 66 |
| Binary | 11100000 | 110001 | 10001100 | 0 | 1001110 | 100110 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E0318C
Complementary color
Monochromatic Colors of #E0318C
Black with #E0318C
Text Example
Text Example
White with #E0318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0318C; }
p { color: rgb(224,49,140); }
H1.HeaderClassName
{
color: #E0318C;
}
.AnyTagClassName
{
color: #E0318C;
}
</style>
background-color css
<style>
a { background-color: #E0318C; }
a { background-color: rgb(224,49,140); }
div.DivClassName
{
background-color: #E0318C;
}
.BgClassName
{
background-color: #E0318C;
}
</style>
border-color css
<style>
span { border-color: #E0318C; }
span { border-color: rgb(224,49,140); }
td.TdClassName
{
border-color: #E0318C;
}
.TagClassName
{
border-color: #E0318C;
}
</style>