Shades of Deep Cerise #E1339C
Tints of Deep Cerise #E1339C
RGB
CMYK
RGB Variations
Color information
#E1339C (or 0xE1339C) is known color: Deep Cerise. HEX triplet: E1, 33 and 9C. RGB value is (225,51,156). Sum of RGB (Red+Green+Blue) = 225+51+156=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1339C is #1ECC63. Grayscale: #727272. Windows color (decimal): -2018404 or 10236897. OLE color: 10236897.
HSL color Cylindrical-coordinate representation of color #E1339C: hue angle of 323.79º 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 #E1339C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 156 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.12 |
| HSL | 323.79º | 0.74% | 0.54% | - |
| HSV(B) | 323.79º | 0.77% | 0.88% | - |
| XYZ | 38.24 | 20.78 | 33.45 | - |
| YUV | 115 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 156 | 0 | 0.77 | 0.31 | 0.12 | 323.79 | 0.74 | 0.54 |
| Hex | E1 | 33 | 9C | 0 | 4D | 1F | C | 144 | 4A | 36 |
| Octal | 341 | 63 | 234 | 0 | 115 | 37 | 14 | 504 | 112 | 66 |
| Binary | 11100001 | 110011 | 10011100 | 0 | 1001101 | 11111 | 1100 | 101000100 | 1001010 | 110110 |
Color Harmonies of #E1339C
Complementary color
Monochromatic Colors of #E1339C
Black with #E1339C
Text Example
Text Example
White with #E1339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1339C; }
p { color: rgb(225,51,156); }
H1.HeaderClassName
{
color: #E1339C;
}
.AnyTagClassName
{
color: #E1339C;
}
</style>
background-color css
<style>
a { background-color: #E1339C; }
a { background-color: rgb(225,51,156); }
div.DivClassName
{
background-color: #E1339C;
}
.BgClassName
{
background-color: #E1339C;
}
</style>
border-color css
<style>
span { border-color: #E1339C; }
span { border-color: rgb(225,51,156); }
td.TdClassName
{
border-color: #E1339C;
}
.TagClassName
{
border-color: #E1339C;
}
</style>