Shades of Deep Cerise #E1258B
Tints of Deep Cerise #E1258B
RGB
CMYK
RGB Variations
Color information
#E1258B (or 0xE1258B) is known color: Deep Cerise. HEX triplet: E1, 25 and 8B. RGB value is (225,37,139). Sum of RGB (Red+Green+Blue) = 225+37+139=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1258B is #1EDA74. Grayscale: #686868. Windows color (decimal): -2022005 or 9119201. OLE color: 9119201.
HSL color Cylindrical-coordinate representation of color #E1258B: hue angle of 327.45º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1258B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 139 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.12 |
| HSL | 327.45º | 0.76% | 0.51% | - |
| HSV(B) | 327.45º | 0.84% | 0.88% | - |
| XYZ | 36.37 | 19.19 | 26.21 | - |
| YUV | 104.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 139 | 0 | 0.84 | 0.38 | 0.12 | 327.45 | 0.76 | 0.51 |
| Hex | E1 | 25 | 8B | 0 | 54 | 26 | C | 147 | 4C | 33 |
| Octal | 341 | 45 | 213 | 0 | 124 | 46 | 14 | 507 | 114 | 63 |
| Binary | 11100001 | 100101 | 10001011 | 0 | 1010100 | 100110 | 1100 | 101000111 | 1001100 | 110011 |
Color Harmonies of #E1258B
Complementary color
Monochromatic Colors of #E1258B
Black with #E1258B
Text Example
Text Example
White with #E1258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1258B; }
p { color: rgb(225,37,139); }
H1.HeaderClassName
{
color: #E1258B;
}
.AnyTagClassName
{
color: #E1258B;
}
</style>
background-color css
<style>
a { background-color: #E1258B; }
a { background-color: rgb(225,37,139); }
div.DivClassName
{
background-color: #E1258B;
}
.BgClassName
{
background-color: #E1258B;
}
</style>
border-color css
<style>
span { border-color: #E1258B; }
span { border-color: rgb(225,37,139); }
td.TdClassName
{
border-color: #E1258B;
}
.TagClassName
{
border-color: #E1258B;
}
</style>