Shades of Deep Cerise #E1348D
Tints of Deep Cerise #E1348D
RGB
CMYK
RGB Variations
Color information
#E1348D (or 0xE1348D) is known color: Deep Cerise. HEX triplet: E1, 34 and 8D. RGB value is (225,52,141). Sum of RGB (Red+Green+Blue) = 225+52+141=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1348D is #1ECB72. Grayscale: #717171. Windows color (decimal): -2018163 or 9254113. OLE color: 9254113.
HSL color Cylindrical-coordinate representation of color #E1348D: hue angle of 329.13º 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 #E1348D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 141 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.12 |
| HSL | 329.13º | 0.74% | 0.54% | - |
| HSV(B) | 329.13º | 0.77% | 0.88% | - |
| XYZ | 37.09 | 20.39 | 27.18 | - |
| YUV | 113.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 141 | 0 | 0.77 | 0.37 | 0.12 | 329.13 | 0.74 | 0.54 |
| Hex | E1 | 34 | 8D | 0 | 4D | 25 | C | 149 | 4A | 36 |
| Octal | 341 | 64 | 215 | 0 | 115 | 45 | 14 | 511 | 112 | 66 |
| Binary | 11100001 | 110100 | 10001101 | 0 | 1001101 | 100101 | 1100 | 101001001 | 1001010 | 110110 |
Color Harmonies of #E1348D
Complementary color
Monochromatic Colors of #E1348D
Black with #E1348D
Text Example
Text Example
White with #E1348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1348D; }
p { color: rgb(225,52,141); }
H1.HeaderClassName
{
color: #E1348D;
}
.AnyTagClassName
{
color: #E1348D;
}
</style>
background-color css
<style>
a { background-color: #E1348D; }
a { background-color: rgb(225,52,141); }
div.DivClassName
{
background-color: #E1348D;
}
.BgClassName
{
background-color: #E1348D;
}
</style>
border-color css
<style>
span { border-color: #E1348D; }
span { border-color: rgb(225,52,141); }
td.TdClassName
{
border-color: #E1348D;
}
.TagClassName
{
border-color: #E1348D;
}
</style>