Shades of Deep Cerise #E1248A
Tints of Deep Cerise #E1248A
RGB
CMYK
RGB Variations
Color information
#E1248A (or 0xE1248A) is known color: Deep Cerise. HEX triplet: E1, 24 and 8A. RGB value is (225,36,138). Sum of RGB (Red+Green+Blue) = 225+36+138=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1248A is #1EDB75. Grayscale: #676767. Windows color (decimal): -2022262 or 9053409. OLE color: 9053409.
HSL color Cylindrical-coordinate representation of color #E1248A: hue angle of 327.62º 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 #E1248A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 138 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.12 |
| HSL | 327.62º | 0.76% | 0.51% | - |
| HSV(B) | 327.62º | 0.84% | 0.88% | - |
| XYZ | 36.27 | 19.1 | 25.82 | - |
| YUV | 104.14 | 147.12 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 138 | 0 | 0.84 | 0.39 | 0.12 | 327.62 | 0.76 | 0.51 |
| Hex | E1 | 24 | 8A | 0 | 54 | 27 | C | 148 | 4C | 33 |
| Octal | 341 | 44 | 212 | 0 | 124 | 47 | 14 | 510 | 114 | 63 |
| Binary | 11100001 | 100100 | 10001010 | 0 | 1010100 | 100111 | 1100 | 101001000 | 1001100 | 110011 |
Color Harmonies of #E1248A
Complementary color
Monochromatic Colors of #E1248A
Black with #E1248A
Text Example
Text Example
White with #E1248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1248A; }
p { color: rgb(225,36,138); }
H1.HeaderClassName
{
color: #E1248A;
}
.AnyTagClassName
{
color: #E1248A;
}
</style>
background-color css
<style>
a { background-color: #E1248A; }
a { background-color: rgb(225,36,138); }
div.DivClassName
{
background-color: #E1248A;
}
.BgClassName
{
background-color: #E1248A;
}
</style>
border-color css
<style>
span { border-color: #E1248A; }
span { border-color: rgb(225,36,138); }
td.TdClassName
{
border-color: #E1248A;
}
.TagClassName
{
border-color: #E1248A;
}
</style>