Shades of Deep Cerise #E0348D
Tints of Deep Cerise #E0348D
RGB
CMYK
RGB Variations
Color information
#E0348D (or 0xE0348D) is known color: Deep Cerise. HEX triplet: E0, 34 and 8D. RGB value is (224,52,141). Sum of RGB (Red+Green+Blue) = 224+52+141=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0348D is #1FCB72. Grayscale: #717171. Windows color (decimal): -2083699 or 9254112. OLE color: 9254112.
HSL color Cylindrical-coordinate representation of color #E0348D: hue angle of 328.95º 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 #E0348D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 141 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.12 |
| HSL | 328.95º | 0.74% | 0.54% | - |
| HSV(B) | 328.95º | 0.77% | 0.88% | - |
| XYZ | 36.78 | 20.23 | 27.17 | - |
| YUV | 113.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 141 | 0 | 0.77 | 0.37 | 0.12 | 328.95 | 0.74 | 0.54 |
| Hex | E0 | 34 | 8D | 0 | 4D | 25 | C | 149 | 4A | 36 |
| Octal | 340 | 64 | 215 | 0 | 115 | 45 | 14 | 511 | 112 | 66 |
| Binary | 11100000 | 110100 | 10001101 | 0 | 1001101 | 100101 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E0348D
Complementary color
Monochromatic Colors of #E0348D
Black with #E0348D
Text Example
Text Example
White with #E0348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0348D; }
p { color: rgb(224,52,141); }
H1.HeaderClassName
{
color: #E0348D;
}
.AnyTagClassName
{
color: #E0348D;
}
</style>
background-color css
<style>
a { background-color: #E0348D; }
a { background-color: rgb(224,52,141); }
div.DivClassName
{
background-color: #E0348D;
}
.BgClassName
{
background-color: #E0348D;
}
</style>
border-color css
<style>
span { border-color: #E0348D; }
span { border-color: rgb(224,52,141); }
td.TdClassName
{
border-color: #E0348D;
}
.TagClassName
{
border-color: #E0348D;
}
</style>