Shades of Deep Cerise #E1329F
Tints of Deep Cerise #E1329F
RGB
CMYK
RGB Variations
Color information
#E1329F (or 0xE1329F) is known color: Deep Cerise. HEX triplet: E1, 32 and 9F. RGB value is (225,50,159). Sum of RGB (Red+Green+Blue) = 225+50+159=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1329F is #1ECD60. Grayscale: #727272. Windows color (decimal): -2018657 or 10433249. OLE color: 10433249.
HSL color Cylindrical-coordinate representation of color #E1329F: hue angle of 322.63º 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 #E1329F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 159 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.12 |
| HSL | 322.63º | 0.74% | 0.54% | - |
| HSV(B) | 322.63º | 0.78% | 0.88% | - |
| XYZ | 38.45 | 20.79 | 34.79 | - |
| YUV | 114.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 159 | 0 | 0.78 | 0.29 | 0.12 | 322.63 | 0.74 | 0.54 |
| Hex | E1 | 32 | 9F | 0 | 4E | 1D | C | 143 | 4A | 36 |
| Octal | 341 | 62 | 237 | 0 | 116 | 35 | 14 | 503 | 112 | 66 |
| Binary | 11100001 | 110010 | 10011111 | 0 | 1001110 | 11101 | 1100 | 101000011 | 1001010 | 110110 |
Color Harmonies of #E1329F
Complementary color
Monochromatic Colors of #E1329F
Black with #E1329F
Text Example
Text Example
White with #E1329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1329F; }
p { color: rgb(225,50,159); }
H1.HeaderClassName
{
color: #E1329F;
}
.AnyTagClassName
{
color: #E1329F;
}
</style>
background-color css
<style>
a { background-color: #E1329F; }
a { background-color: rgb(225,50,159); }
div.DivClassName
{
background-color: #E1329F;
}
.BgClassName
{
background-color: #E1329F;
}
</style>
border-color css
<style>
span { border-color: #E1329F; }
span { border-color: rgb(225,50,159); }
td.TdClassName
{
border-color: #E1329F;
}
.TagClassName
{
border-color: #E1329F;
}
</style>