Shades of Deep Cerise #E143A1
Tints of Deep Cerise #E143A1
RGB
CMYK
RGB Variations
Color information
#E143A1 (or 0xE143A1) is known color: Deep Cerise. HEX triplet: E1, 43 and A1. RGB value is (225,67,161). Sum of RGB (Red+Green+Blue) = 225+67+161=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E143A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143A1 is #1EBC5E. Grayscale: #7C7C7C. Windows color (decimal): -2014303 or 10568673. OLE color: 10568673.
HSL color Cylindrical-coordinate representation of color #E143A1: hue angle of 324.3º 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 #E143A1 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 161 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.12 |
| HSL | 324.3º | 0.72% | 0.57% | - |
| HSV(B) | 324.3º | 0.7% | 0.88% | - |
| XYZ | 39.49 | 22.6 | 36 | - |
| YUV | 124.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 161 | 0 | 0.70 | 0.28 | 0.12 | 324.3 | 0.72 | 0.57 |
| Hex | E1 | 43 | A1 | 0 | 46 | 1C | C | 144 | 48 | 39 |
| Octal | 341 | 103 | 241 | 0 | 106 | 34 | 14 | 504 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10100001 | 0 | 1000110 | 11100 | 1100 | 101000100 | 1001000 | 111001 |
Color Harmonies of #E143A1
Complementary color
Monochromatic Colors of #E143A1
Black with #E143A1
Text Example
Text Example
White with #E143A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143A1; }
p { color: rgb(225,67,161); }
H1.HeaderClassName
{
color: #E143A1;
}
.AnyTagClassName
{
color: #E143A1;
}
</style>
background-color css
<style>
a { background-color: #E143A1; }
a { background-color: rgb(225,67,161); }
div.DivClassName
{
background-color: #E143A1;
}
.BgClassName
{
background-color: #E143A1;
}
</style>
border-color css
<style>
span { border-color: #E143A1; }
span { border-color: rgb(225,67,161); }
td.TdClassName
{
border-color: #E143A1;
}
.TagClassName
{
border-color: #E143A1;
}
</style>