Shades of Deep Cerise #E0348B
Tints of Deep Cerise #E0348B
RGB
CMYK
RGB Variations
Color information
#E0348B (or 0xE0348B) is known color: Deep Cerise. HEX triplet: E0, 34 and 8B. RGB value is (224,52,139). Sum of RGB (Red+Green+Blue) = 224+52+139=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0348B is #1FCB74. Grayscale: #717171. Windows color (decimal): -2083701 or 9123040. OLE color: 9123040.
HSL color Cylindrical-coordinate representation of color #E0348B: hue angle of 329.65º 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 #E0348B is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 139 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.12 |
| HSL | 329.65º | 0.74% | 0.54% | - |
| HSV(B) | 329.65º | 0.77% | 0.88% | - |
| XYZ | 36.63 | 20.17 | 26.39 | - |
| YUV | 113.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 139 | 0 | 0.77 | 0.38 | 0.12 | 329.65 | 0.74 | 0.54 |
| Hex | E0 | 34 | 8B | 0 | 4D | 26 | C | 14A | 4A | 36 |
| Octal | 340 | 64 | 213 | 0 | 115 | 46 | 14 | 512 | 112 | 66 |
| Binary | 11100000 | 110100 | 10001011 | 0 | 1001101 | 100110 | 1100 | 101001010 | 1001010 | 110110 |
Color Harmonies of #E0348B
Complementary color
Monochromatic Colors of #E0348B
Black with #E0348B
Text Example
Text Example
White with #E0348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0348B; }
p { color: rgb(224,52,139); }
H1.HeaderClassName
{
color: #E0348B;
}
.AnyTagClassName
{
color: #E0348B;
}
</style>
background-color css
<style>
a { background-color: #E0348B; }
a { background-color: rgb(224,52,139); }
div.DivClassName
{
background-color: #E0348B;
}
.BgClassName
{
background-color: #E0348B;
}
</style>
border-color css
<style>
span { border-color: #E0348B; }
span { border-color: rgb(224,52,139); }
td.TdClassName
{
border-color: #E0348B;
}
.TagClassName
{
border-color: #E0348B;
}
</style>