Shades of Deep Cerise #E132A1
Tints of Deep Cerise #E132A1
RGB
CMYK
RGB Variations
Color information
#E132A1 (or 0xE132A1) is known color: Deep Cerise. HEX triplet: E1, 32 and A1. RGB value is (225,50,161). Sum of RGB (Red+Green+Blue) = 225+50+161=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E132A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132A1 is #1ECD5E. Grayscale: #727272. Windows color (decimal): -2018655 or 10564321. OLE color: 10564321.
HSL color Cylindrical-coordinate representation of color #E132A1: hue angle of 321.94º 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 #E132A1 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 161 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.12 |
| HSL | 321.94º | 0.74% | 0.54% | - |
| HSV(B) | 321.94º | 0.78% | 0.88% | - |
| XYZ | 38.62 | 20.86 | 35.71 | - |
| YUV | 114.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 161 | 0 | 0.78 | 0.28 | 0.12 | 321.94 | 0.74 | 0.54 |
| Hex | E1 | 32 | A1 | 0 | 4E | 1C | C | 142 | 4A | 36 |
| Octal | 341 | 62 | 241 | 0 | 116 | 34 | 14 | 502 | 112 | 66 |
| Binary | 11100001 | 110010 | 10100001 | 0 | 1001110 | 11100 | 1100 | 101000010 | 1001010 | 110110 |
Color Harmonies of #E132A1
Complementary color
Monochromatic Colors of #E132A1
Black with #E132A1
Text Example
Text Example
White with #E132A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132A1; }
p { color: rgb(225,50,161); }
H1.HeaderClassName
{
color: #E132A1;
}
.AnyTagClassName
{
color: #E132A1;
}
</style>
background-color css
<style>
a { background-color: #E132A1; }
a { background-color: rgb(225,50,161); }
div.DivClassName
{
background-color: #E132A1;
}
.BgClassName
{
background-color: #E132A1;
}
</style>
border-color css
<style>
span { border-color: #E132A1; }
span { border-color: rgb(225,50,161); }
td.TdClassName
{
border-color: #E132A1;
}
.TagClassName
{
border-color: #E132A1;
}
</style>