Shades of Deep Cerise #E1347B
Tints of Deep Cerise #E1347B
RGB
CMYK
RGB Variations
Color information
#E1347B (or 0xE1347B) is known color: Deep Cerise. HEX triplet: E1, 34 and 7B. RGB value is (225,52,123). Sum of RGB (Red+Green+Blue) = 225+52+123=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1347B is #1ECB84. Grayscale: #6F6F6F. Windows color (decimal): -2018181 or 8074465. OLE color: 8074465.
HSL color Cylindrical-coordinate representation of color #E1347B: hue angle of 335.38º 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 #E1347B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 123 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.12 |
| HSL | 335.38º | 0.74% | 0.54% | - |
| HSV(B) | 335.38º | 0.77% | 0.88% | - |
| XYZ | 35.85 | 19.89 | 20.69 | - |
| YUV | 111.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 123 | 0 | 0.77 | 0.45 | 0.12 | 335.38 | 0.74 | 0.54 |
| Hex | E1 | 34 | 7B | 0 | 4D | 2D | C | 14F | 4A | 36 |
| Octal | 341 | 64 | 173 | 0 | 115 | 55 | 14 | 517 | 112 | 66 |
| Binary | 11100001 | 110100 | 1111011 | 0 | 1001101 | 101101 | 1100 | 101001111 | 1001010 | 110110 |
Color Harmonies of #E1347B
Complementary color
Monochromatic Colors of #E1347B
Black with #E1347B
Text Example
Text Example
White with #E1347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1347B; }
p { color: rgb(225,52,123); }
H1.HeaderClassName
{
color: #E1347B;
}
.AnyTagClassName
{
color: #E1347B;
}
</style>
background-color css
<style>
a { background-color: #E1347B; }
a { background-color: rgb(225,52,123); }
div.DivClassName
{
background-color: #E1347B;
}
.BgClassName
{
background-color: #E1347B;
}
</style>
border-color css
<style>
span { border-color: #E1347B; }
span { border-color: rgb(225,52,123); }
td.TdClassName
{
border-color: #E1347B;
}
.TagClassName
{
border-color: #E1347B;
}
</style>