Shades of Deep Cerise #E131A1
Tints of Deep Cerise #E131A1
RGB
CMYK
RGB Variations
Color information
#E131A1 (or 0xE131A1) is known color: Deep Cerise. HEX triplet: E1, 31 and A1. RGB value is (225,49,161). Sum of RGB (Red+Green+Blue) = 225+49+161=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E131A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131A1 is #1ECE5E. Grayscale: #727272. Windows color (decimal): -2018911 or 10564065. OLE color: 10564065.
HSL color Cylindrical-coordinate representation of color #E131A1: hue angle of 321.82º degrees, saturation: 0.75, 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 #E131A1 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 161 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.12 |
| HSL | 321.82º | 0.75% | 0.54% | - |
| HSV(B) | 321.82º | 0.78% | 0.88% | - |
| XYZ | 38.58 | 20.78 | 35.7 | - |
| YUV | 114.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 161 | 0 | 0.78 | 0.28 | 0.12 | 321.82 | 0.75 | 0.54 |
| Hex | E1 | 31 | A1 | 0 | 4E | 1C | C | 142 | 4B | 36 |
| Octal | 341 | 61 | 241 | 0 | 116 | 34 | 14 | 502 | 113 | 66 |
| Binary | 11100001 | 110001 | 10100001 | 0 | 1001110 | 11100 | 1100 | 101000010 | 1001011 | 110110 |
Color Harmonies of #E131A1
Complementary color
Monochromatic Colors of #E131A1
Black with #E131A1
Text Example
Text Example
White with #E131A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E131A1; }
p { color: rgb(225,49,161); }
H1.HeaderClassName
{
color: #E131A1;
}
.AnyTagClassName
{
color: #E131A1;
}
</style>
background-color css
<style>
a { background-color: #E131A1; }
a { background-color: rgb(225,49,161); }
div.DivClassName
{
background-color: #E131A1;
}
.BgClassName
{
background-color: #E131A1;
}
</style>
border-color css
<style>
span { border-color: #E131A1; }
span { border-color: rgb(225,49,161); }
td.TdClassName
{
border-color: #E131A1;
}
.TagClassName
{
border-color: #E131A1;
}
</style>