Shades of Deep Cerise #E0349E
Tints of Deep Cerise #E0349E
RGB
CMYK
RGB Variations
Color information
#E0349E (or 0xE0349E) is known color: Deep Cerise. HEX triplet: E0, 34 and 9E. RGB value is (224,52,158). Sum of RGB (Red+Green+Blue) = 224+52+158=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0349E is #1FCB61. Grayscale: #737373. Windows color (decimal): -2083682 or 10368224. OLE color: 10368224.
HSL color Cylindrical-coordinate representation of color #E0349E: hue angle of 323.02º 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 #E0349E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 158 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.12 |
| HSL | 323.02º | 0.74% | 0.54% | - |
| HSV(B) | 323.02º | 0.77% | 0.88% | - |
| XYZ | 38.14 | 20.77 | 34.35 | - |
| YUV | 115.51 | 151.98 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 158 | 0 | 0.77 | 0.29 | 0.12 | 323.02 | 0.74 | 0.54 |
| Hex | E0 | 34 | 9E | 0 | 4D | 1D | C | 143 | 4A | 36 |
| Octal | 340 | 64 | 236 | 0 | 115 | 35 | 14 | 503 | 112 | 66 |
| Binary | 11100000 | 110100 | 10011110 | 0 | 1001101 | 11101 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E0349E
Complementary color
Monochromatic Colors of #E0349E
Black with #E0349E
Text Example
Text Example
White with #E0349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0349E; }
p { color: rgb(224,52,158); }
H1.HeaderClassName
{
color: #E0349E;
}
.AnyTagClassName
{
color: #E0349E;
}
</style>
background-color css
<style>
a { background-color: #E0349E; }
a { background-color: rgb(224,52,158); }
div.DivClassName
{
background-color: #E0349E;
}
.BgClassName
{
background-color: #E0349E;
}
</style>
border-color css
<style>
span { border-color: #E0349E; }
span { border-color: rgb(224,52,158); }
td.TdClassName
{
border-color: #E0349E;
}
.TagClassName
{
border-color: #E0349E;
}
</style>