Shades of Deep Cerise #E1458B
Tints of Deep Cerise #E1458B
RGB
CMYK
RGB Variations
Color information
#E1458B (or 0xE1458B) is known color: Deep Cerise. HEX triplet: E1, 45 and 8B. RGB value is (225,69,139). Sum of RGB (Red+Green+Blue) = 225+69+139=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1458B is #1EBA74. Grayscale: #7B7B7B. Windows color (decimal): -2013813 or 9127393. OLE color: 9127393.
HSL color Cylindrical-coordinate representation of color #E1458B: hue angle of 333.08º 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 #E1458B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 139 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.12 |
| HSL | 333.08º | 0.72% | 0.58% | - |
| HSV(B) | 333.08º | 0.69% | 0.88% | - |
| XYZ | 37.84 | 22.13 | 26.7 | - |
| YUV | 123.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 139 | 0 | 0.69 | 0.38 | 0.12 | 333.08 | 0.72 | 0.58 |
| Hex | E1 | 45 | 8B | 0 | 45 | 26 | C | 14D | 48 | 3A |
| Octal | 341 | 105 | 213 | 0 | 105 | 46 | 14 | 515 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10001011 | 0 | 1000101 | 100110 | 1100 | 101001101 | 1001000 | 111010 |
Color Harmonies of #E1458B
Complementary color
Monochromatic Colors of #E1458B
Black with #E1458B
Text Example
Text Example
White with #E1458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1458B; }
p { color: rgb(225,69,139); }
H1.HeaderClassName
{
color: #E1458B;
}
.AnyTagClassName
{
color: #E1458B;
}
</style>
background-color css
<style>
a { background-color: #E1458B; }
a { background-color: rgb(225,69,139); }
div.DivClassName
{
background-color: #E1458B;
}
.BgClassName
{
background-color: #E1458B;
}
</style>
border-color css
<style>
span { border-color: #E1458B; }
span { border-color: rgb(225,69,139); }
td.TdClassName
{
border-color: #E1458B;
}
.TagClassName
{
border-color: #E1458B;
}
</style>