Shades of Deep Cerise #E1458C
Tints of Deep Cerise #E1458C
RGB
CMYK
RGB Variations
Color information
#E1458C (or 0xE1458C) is known color: Deep Cerise. HEX triplet: E1, 45 and 8C. RGB value is (225,69,140). Sum of RGB (Red+Green+Blue) = 225+69+140=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1458C is #1EBA73. Grayscale: #7B7B7B. Windows color (decimal): -2013812 or 9192929. OLE color: 9192929.
HSL color Cylindrical-coordinate representation of color #E1458C: hue angle of 332.69º 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 #E1458C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 140 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.12 |
| HSL | 332.69º | 0.72% | 0.58% | - |
| HSV(B) | 332.69º | 0.69% | 0.88% | - |
| XYZ | 37.91 | 22.16 | 27.09 | - |
| YUV | 123.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 140 | 0 | 0.69 | 0.38 | 0.12 | 332.69 | 0.72 | 0.58 |
| Hex | E1 | 45 | 8C | 0 | 45 | 26 | C | 14D | 48 | 3A |
| Octal | 341 | 105 | 214 | 0 | 105 | 46 | 14 | 515 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10001100 | 0 | 1000101 | 100110 | 1100 | 101001101 | 1001000 | 111010 |
Color Harmonies of #E1458C
Complementary color
Monochromatic Colors of #E1458C
Black with #E1458C
Text Example
Text Example
White with #E1458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1458C; }
p { color: rgb(225,69,140); }
H1.HeaderClassName
{
color: #E1458C;
}
.AnyTagClassName
{
color: #E1458C;
}
</style>
background-color css
<style>
a { background-color: #E1458C; }
a { background-color: rgb(225,69,140); }
div.DivClassName
{
background-color: #E1458C;
}
.BgClassName
{
background-color: #E1458C;
}
</style>
border-color css
<style>
span { border-color: #E1458C; }
span { border-color: rgb(225,69,140); }
td.TdClassName
{
border-color: #E1458C;
}
.TagClassName
{
border-color: #E1458C;
}
</style>