Shades of Deep Cerise #E0348C
Tints of Deep Cerise #E0348C
RGB
CMYK
RGB Variations
Color information
#E0348C (or 0xE0348C) is known color: Deep Cerise. HEX triplet: E0, 34 and 8C. RGB value is (224,52,140). Sum of RGB (Red+Green+Blue) = 224+52+140=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0348C is #1FCB73. Grayscale: #717171. Windows color (decimal): -2083700 or 9188576. OLE color: 9188576.
HSL color Cylindrical-coordinate representation of color #E0348C: hue angle of 329.3º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0348C is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 140 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.12 |
| HSL | 329.3º | 0.74% | 0.54% | - |
| HSV(B) | 329.3º | 0.77% | 0.88% | - |
| XYZ | 36.7 | 20.2 | 26.77 | - |
| YUV | 113.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 140 | 0 | 0.77 | 0.38 | 0.12 | 329.3 | 0.74 | 0.54 |
| Hex | E0 | 34 | 8C | 0 | 4D | 26 | C | 149 | 4A | 36 |
| Octal | 340 | 64 | 214 | 0 | 115 | 46 | 14 | 511 | 112 | 66 |
| Binary | 11100000 | 110100 | 10001100 | 0 | 1001101 | 100110 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E0348C
Complementary color
Monochromatic Colors of #E0348C
Black with #E0348C
Text Example
Text Example
White with #E0348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0348C; }
p { color: rgb(224,52,140); }
H1.HeaderClassName
{
color: #E0348C;
}
.AnyTagClassName
{
color: #E0348C;
}
</style>
background-color css
<style>
a { background-color: #E0348C; }
a { background-color: rgb(224,52,140); }
div.DivClassName
{
background-color: #E0348C;
}
.BgClassName
{
background-color: #E0348C;
}
</style>
border-color css
<style>
span { border-color: #E0348C; }
span { border-color: rgb(224,52,140); }
td.TdClassName
{
border-color: #E0348C;
}
.TagClassName
{
border-color: #E0348C;
}
</style>