Shades of Deep Cerise #E1319C
Tints of Deep Cerise #E1319C
RGB
CMYK
RGB Variations
Color information
#E1319C (or 0xE1319C) is known color: Deep Cerise. HEX triplet: E1, 31 and 9C. RGB value is (225,49,156). Sum of RGB (Red+Green+Blue) = 225+49+156=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1319C is #1ECE63. Grayscale: #717171. Windows color (decimal): -2018916 or 10236385. OLE color: 10236385.
HSL color Cylindrical-coordinate representation of color #E1319C: hue angle of 323.52º 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 #E1319C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 156 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.12 |
| HSL | 323.52º | 0.75% | 0.54% | - |
| HSV(B) | 323.52º | 0.78% | 0.88% | - |
| XYZ | 38.15 | 20.6 | 33.42 | - |
| YUV | 113.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 156 | 0 | 0.78 | 0.31 | 0.12 | 323.52 | 0.75 | 0.54 |
| Hex | E1 | 31 | 9C | 0 | 4E | 1F | C | 144 | 4B | 36 |
| Octal | 341 | 61 | 234 | 0 | 116 | 37 | 14 | 504 | 113 | 66 |
| Binary | 11100001 | 110001 | 10011100 | 0 | 1001110 | 11111 | 1100 | 101000100 | 1001011 | 110110 |
Color Harmonies of #E1319C
Complementary color
Monochromatic Colors of #E1319C
Black with #E1319C
Text Example
Text Example
White with #E1319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1319C; }
p { color: rgb(225,49,156); }
H1.HeaderClassName
{
color: #E1319C;
}
.AnyTagClassName
{
color: #E1319C;
}
</style>
background-color css
<style>
a { background-color: #E1319C; }
a { background-color: rgb(225,49,156); }
div.DivClassName
{
background-color: #E1319C;
}
.BgClassName
{
background-color: #E1319C;
}
</style>
border-color css
<style>
span { border-color: #E1319C; }
span { border-color: rgb(225,49,156); }
td.TdClassName
{
border-color: #E1319C;
}
.TagClassName
{
border-color: #E1319C;
}
</style>