Shades of Deep Cerise #E146A0
Tints of Deep Cerise #E146A0
RGB
CMYK
RGB Variations
Color information
#E146A0 (or 0xE146A0) is known color: Deep Cerise. HEX triplet: E1, 46 and A0. RGB value is (225,70,160). Sum of RGB (Red+Green+Blue) = 225+70+160=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E146A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E146A0 is #1EB95F. Grayscale: #7E7E7E. Windows color (decimal): -2013536 or 10503905. OLE color: 10503905.
HSL color Cylindrical-coordinate representation of color #E146A0: hue angle of 325.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E146A0 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 160 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.12 |
| HSL | 325.16º | 0.72% | 0.58% | - |
| HSV(B) | 325.16º | 0.69% | 0.88% | - |
| XYZ | 39.59 | 22.93 | 35.6 | - |
| YUV | 126.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 160 | 0 | 0.69 | 0.29 | 0.12 | 325.16 | 0.72 | 0.58 |
| Hex | E1 | 46 | A0 | 0 | 45 | 1D | C | 145 | 48 | 3A |
| Octal | 341 | 106 | 240 | 0 | 105 | 35 | 14 | 505 | 110 | 72 |
| Binary | 11100001 | 1000110 | 10100000 | 0 | 1000101 | 11101 | 1100 | 101000101 | 1001000 | 111010 |
Color Harmonies of #E146A0
Complementary color
Monochromatic Colors of #E146A0
Black with #E146A0
Text Example
Text Example
White with #E146A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146A0; }
p { color: rgb(225,70,160); }
H1.HeaderClassName
{
color: #E146A0;
}
.AnyTagClassName
{
color: #E146A0;
}
</style>
background-color css
<style>
a { background-color: #E146A0; }
a { background-color: rgb(225,70,160); }
div.DivClassName
{
background-color: #E146A0;
}
.BgClassName
{
background-color: #E146A0;
}
</style>
border-color css
<style>
span { border-color: #E146A0; }
span { border-color: rgb(225,70,160); }
td.TdClassName
{
border-color: #E146A0;
}
.TagClassName
{
border-color: #E146A0;
}
</style>