Shades of Deep Cerise #E1428F
Tints of Deep Cerise #E1428F
RGB
CMYK
RGB Variations
Color information
#E1428F (or 0xE1428F) is known color: Deep Cerise. HEX triplet: E1, 42 and 8F. RGB value is (225,66,143). Sum of RGB (Red+Green+Blue) = 225+66+143=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1428F is #1EBD70. Grayscale: #7A7A7A. Windows color (decimal): -2014577 or 9388769. OLE color: 9388769.
HSL color Cylindrical-coordinate representation of color #E1428F: hue angle of 330.94º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1428F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 143 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.12 |
| HSL | 330.94º | 0.73% | 0.57% | - |
| HSV(B) | 330.94º | 0.71% | 0.88% | - |
| XYZ | 37.96 | 21.89 | 28.21 | - |
| YUV | 122.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 143 | 0 | 0.71 | 0.36 | 0.12 | 330.94 | 0.73 | 0.57 |
| Hex | E1 | 42 | 8F | 0 | 47 | 24 | C | 14B | 49 | 39 |
| Octal | 341 | 102 | 217 | 0 | 107 | 44 | 14 | 513 | 111 | 71 |
| Binary | 11100001 | 1000010 | 10001111 | 0 | 1000111 | 100100 | 1100 | 101001011 | 1001001 | 111001 |
Color Harmonies of #E1428F
Complementary color
Monochromatic Colors of #E1428F
Black with #E1428F
Text Example
Text Example
White with #E1428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1428F; }
p { color: rgb(225,66,143); }
H1.HeaderClassName
{
color: #E1428F;
}
.AnyTagClassName
{
color: #E1428F;
}
</style>
background-color css
<style>
a { background-color: #E1428F; }
a { background-color: rgb(225,66,143); }
div.DivClassName
{
background-color: #E1428F;
}
.BgClassName
{
background-color: #E1428F;
}
</style>
border-color css
<style>
span { border-color: #E1428F; }
span { border-color: rgb(225,66,143); }
td.TdClassName
{
border-color: #E1428F;
}
.TagClassName
{
border-color: #E1428F;
}
</style>