Shades of Deep Cerise #E5348B
Tints of Deep Cerise #E5348B
RGB
CMYK
RGB Variations
Color information
#E5348B (or 0xE5348B) is known color: Deep Cerise. HEX triplet: E5, 34 and 8B. RGB value is (229,52,139). Sum of RGB (Red+Green+Blue) = 229+52+139=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5348B is #1ACB74. Grayscale: #727272. Windows color (decimal): -1756021 or 9123045. OLE color: 9123045.
HSL color Cylindrical-coordinate representation of color #E5348B: hue angle of 330.51º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5348B is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 139 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.10 |
| HSL | 330.51º | 0.77% | 0.55% | - |
| HSV(B) | 330.51º | 0.77% | 0.9% | - |
| XYZ | 38.2 | 20.98 | 26.46 | - |
| YUV | 114.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 139 | 0 | 0.77 | 0.39 | 0.10 | 330.51 | 0.77 | 0.55 |
| Hex | E5 | 34 | 8B | 0 | 4D | 27 | A | 14B | 4D | 37 |
| Octal | 345 | 64 | 213 | 0 | 115 | 47 | 12 | 513 | 115 | 67 |
| Binary | 11100101 | 110100 | 10001011 | 0 | 1001101 | 100111 | 1010 | 101001011 | 1001101 | 110111 |
Color Harmonies of #E5348B
Complementary color
Monochromatic Colors of #E5348B
Black with #E5348B
Text Example
Text Example
White with #E5348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5348B; }
p { color: rgb(229,52,139); }
H1.HeaderClassName
{
color: #E5348B;
}
.AnyTagClassName
{
color: #E5348B;
}
</style>
background-color css
<style>
a { background-color: #E5348B; }
a { background-color: rgb(229,52,139); }
div.DivClassName
{
background-color: #E5348B;
}
.BgClassName
{
background-color: #E5348B;
}
</style>
border-color css
<style>
span { border-color: #E5348B; }
span { border-color: rgb(229,52,139); }
td.TdClassName
{
border-color: #E5348B;
}
.TagClassName
{
border-color: #E5348B;
}
</style>