Shades of Deep Cerise #E1329D
Tints of Deep Cerise #E1329D
RGB
CMYK
RGB Variations
Color information
#E1329D (or 0xE1329D) is known color: Deep Cerise. HEX triplet: E1, 32 and 9D. RGB value is (225,50,157). Sum of RGB (Red+Green+Blue) = 225+50+157=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1329D is #1ECD62. Grayscale: #727272. Windows color (decimal): -2018659 or 10302177. OLE color: 10302177.
HSL color Cylindrical-coordinate representation of color #E1329D: hue angle of 323.31º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1329D is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 157 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.12 |
| HSL | 323.31º | 0.74% | 0.54% | - |
| HSV(B) | 323.31º | 0.78% | 0.88% | - |
| XYZ | 38.28 | 20.72 | 33.88 | - |
| YUV | 114.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 157 | 0 | 0.78 | 0.30 | 0.12 | 323.31 | 0.74 | 0.54 |
| Hex | E1 | 32 | 9D | 0 | 4E | 1E | C | 143 | 4A | 36 |
| Octal | 341 | 62 | 235 | 0 | 116 | 36 | 14 | 503 | 112 | 66 |
| Binary | 11100001 | 110010 | 10011101 | 0 | 1001110 | 11110 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E1329D
Complementary color
Monochromatic Colors of #E1329D
Black with #E1329D
Text Example
Text Example
White with #E1329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1329D; }
p { color: rgb(225,50,157); }
H1.HeaderClassName
{
color: #E1329D;
}
.AnyTagClassName
{
color: #E1329D;
}
</style>
background-color css
<style>
a { background-color: #E1329D; }
a { background-color: rgb(225,50,157); }
div.DivClassName
{
background-color: #E1329D;
}
.BgClassName
{
background-color: #E1329D;
}
</style>
border-color css
<style>
span { border-color: #E1329D; }
span { border-color: rgb(225,50,157); }
td.TdClassName
{
border-color: #E1329D;
}
.TagClassName
{
border-color: #E1329D;
}
</style>