Shades of Deep Cerise #E1458A
Tints of Deep Cerise #E1458A
RGB
CMYK
RGB Variations
Color information
#E1458A (or 0xE1458A) is known color: Deep Cerise. HEX triplet: E1, 45 and 8A. RGB value is (225,69,138). Sum of RGB (Red+Green+Blue) = 225+69+138=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1458A is #1EBA75. Grayscale: #7B7B7B. Windows color (decimal): -2013814 or 9061857. OLE color: 9061857.
HSL color Cylindrical-coordinate representation of color #E1458A: hue angle of 333.46º 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 #E1458A is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 138 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.12 |
| HSL | 333.46º | 0.72% | 0.58% | - |
| HSV(B) | 333.46º | 0.69% | 0.88% | - |
| XYZ | 37.77 | 22.1 | 26.32 | - |
| YUV | 123.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 138 | 0 | 0.69 | 0.39 | 0.12 | 333.46 | 0.72 | 0.58 |
| Hex | E1 | 45 | 8A | 0 | 45 | 27 | C | 14D | 48 | 3A |
| Octal | 341 | 105 | 212 | 0 | 105 | 47 | 14 | 515 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10001010 | 0 | 1000101 | 100111 | 1100 | 101001101 | 1001000 | 111010 |
Color Harmonies of #E1458A
Complementary color
Monochromatic Colors of #E1458A
Black with #E1458A
Text Example
Text Example
White with #E1458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1458A; }
p { color: rgb(225,69,138); }
H1.HeaderClassName
{
color: #E1458A;
}
.AnyTagClassName
{
color: #E1458A;
}
</style>
background-color css
<style>
a { background-color: #E1458A; }
a { background-color: rgb(225,69,138); }
div.DivClassName
{
background-color: #E1458A;
}
.BgClassName
{
background-color: #E1458A;
}
</style>
border-color css
<style>
span { border-color: #E1458A; }
span { border-color: rgb(225,69,138); }
td.TdClassName
{
border-color: #E1458A;
}
.TagClassName
{
border-color: #E1458A;
}
</style>