Shades of Deep Cerise #E8348B
Tints of Deep Cerise #E8348B
RGB
CMYK
RGB Variations
Color information
#E8348B (or 0xE8348B) is known color: Deep Cerise. HEX triplet: E8, 34 and 8B. RGB value is (232,52,139). Sum of RGB (Red+Green+Blue) = 232+52+139=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8348B is #17CB74. Grayscale: #737373. Windows color (decimal): -1559413 or 9123048. OLE color: 9123048.
HSL color Cylindrical-coordinate representation of color #E8348B: hue angle of 331º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8348B is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 139 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.09 |
| HSL | 331º | 0.8% | 0.56% | - |
| HSV(B) | 331º | 0.78% | 0.91% | - |
| XYZ | 39.17 | 21.48 | 26.51 | - |
| YUV | 115.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 139 | 0 | 0.78 | 0.40 | 0.09 | 331 | 0.8 | 0.56 |
| Hex | E8 | 34 | 8B | 0 | 4E | 28 | 9 | 14B | 50 | 38 |
| Octal | 350 | 64 | 213 | 0 | 116 | 50 | 11 | 513 | 120 | 70 |
| Binary | 11101000 | 110100 | 10001011 | 0 | 1001110 | 101000 | 1001 | 101001011 | 1010000 | 111000 |
Color Harmonies of #E8348B
Complementary color
Monochromatic Colors of #E8348B
Black with #E8348B
Text Example
Text Example
White with #E8348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8348B; }
p { color: rgb(232,52,139); }
H1.HeaderClassName
{
color: #E8348B;
}
.AnyTagClassName
{
color: #E8348B;
}
</style>
background-color css
<style>
a { background-color: #E8348B; }
a { background-color: rgb(232,52,139); }
div.DivClassName
{
background-color: #E8348B;
}
.BgClassName
{
background-color: #E8348B;
}
</style>
border-color css
<style>
span { border-color: #E8348B; }
span { border-color: rgb(232,52,139); }
td.TdClassName
{
border-color: #E8348B;
}
.TagClassName
{
border-color: #E8348B;
}
</style>