Shades of Deep Cerise #E1347A
Tints of Deep Cerise #E1347A
RGB
CMYK
RGB Variations
Color information
#E1347A (or 0xE1347A) is known color: Deep Cerise. HEX triplet: E1, 34 and 7A. RGB value is (225,52,122). Sum of RGB (Red+Green+Blue) = 225+52+122=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1347A is #1ECB85. Grayscale: #6F6F6F. Windows color (decimal): -2018182 or 8008929. OLE color: 8008929.
HSL color Cylindrical-coordinate representation of color #E1347A: hue angle of 335.72º 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 #E1347A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 122 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.12 |
| HSL | 335.72º | 0.74% | 0.54% | - |
| HSV(B) | 335.72º | 0.77% | 0.88% | - |
| XYZ | 35.79 | 19.87 | 20.36 | - |
| YUV | 111.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 122 | 0 | 0.77 | 0.46 | 0.12 | 335.72 | 0.74 | 0.54 |
| Hex | E1 | 34 | 7A | 0 | 4D | 2E | C | 150 | 4A | 36 |
| Octal | 341 | 64 | 172 | 0 | 115 | 56 | 14 | 520 | 112 | 66 |
| Binary | 11100001 | 110100 | 1111010 | 0 | 1001101 | 101110 | 1100 | 101010000 | 1001010 | 110110 |
Color Harmonies of #E1347A
Complementary color
Monochromatic Colors of #E1347A
Black with #E1347A
Text Example
Text Example
White with #E1347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1347A; }
p { color: rgb(225,52,122); }
H1.HeaderClassName
{
color: #E1347A;
}
.AnyTagClassName
{
color: #E1347A;
}
</style>
background-color css
<style>
a { background-color: #E1347A; }
a { background-color: rgb(225,52,122); }
div.DivClassName
{
background-color: #E1347A;
}
.BgClassName
{
background-color: #E1347A;
}
</style>
border-color css
<style>
span { border-color: #E1347A; }
span { border-color: rgb(225,52,122); }
td.TdClassName
{
border-color: #E1347A;
}
.TagClassName
{
border-color: #E1347A;
}
</style>