Shades of Deep Cerise #E143A0
Tints of Deep Cerise #E143A0
RGB
CMYK
RGB Variations
Color information
#E143A0 (or 0xE143A0) is known color: Deep Cerise. HEX triplet: E1, 43 and A0. RGB value is (225,67,160). Sum of RGB (Red+Green+Blue) = 225+67+160=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E143A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143A0 is #1EBC5F. Grayscale: #7C7C7C. Windows color (decimal): -2014304 or 10503137. OLE color: 10503137.
HSL color Cylindrical-coordinate representation of color #E143A0: hue angle of 324.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143A0 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 160 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.12 |
| HSL | 324.68º | 0.72% | 0.57% | - |
| HSV(B) | 324.68º | 0.7% | 0.88% | - |
| XYZ | 39.4 | 22.56 | 35.54 | - |
| YUV | 124.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 160 | 0 | 0.70 | 0.29 | 0.12 | 324.68 | 0.72 | 0.57 |
| Hex | E1 | 43 | A0 | 0 | 46 | 1D | C | 145 | 48 | 39 |
| Octal | 341 | 103 | 240 | 0 | 106 | 35 | 14 | 505 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10100000 | 0 | 1000110 | 11101 | 1100 | 101000101 | 1001000 | 111001 |
Color Harmonies of #E143A0
Complementary color
Monochromatic Colors of #E143A0
Black with #E143A0
Text Example
Text Example
White with #E143A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143A0; }
p { color: rgb(225,67,160); }
H1.HeaderClassName
{
color: #E143A0;
}
.AnyTagClassName
{
color: #E143A0;
}
</style>
background-color css
<style>
a { background-color: #E143A0; }
a { background-color: rgb(225,67,160); }
div.DivClassName
{
background-color: #E143A0;
}
.BgClassName
{
background-color: #E143A0;
}
</style>
border-color css
<style>
span { border-color: #E143A0; }
span { border-color: rgb(225,67,160); }
td.TdClassName
{
border-color: #E143A0;
}
.TagClassName
{
border-color: #E143A0;
}
</style>