Shades of Deep Cerise #E1448A
Tints of Deep Cerise #E1448A
RGB
CMYK
RGB Variations
Color information
#E1448A (or 0xE1448A) is known color: Deep Cerise. HEX triplet: E1, 44 and 8A. RGB value is (225,68,138). Sum of RGB (Red+Green+Blue) = 225+68+138=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1448A is #1EBB75. Grayscale: #7A7A7A. Windows color (decimal): -2014070 or 9061601. OLE color: 9061601.
HSL color Cylindrical-coordinate representation of color #E1448A: hue angle of 333.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1448A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 138 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.12 |
| HSL | 333.25º | 0.72% | 0.57% | - |
| HSV(B) | 333.25º | 0.7% | 0.88% | - |
| XYZ | 37.71 | 21.98 | 26.3 | - |
| YUV | 122.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 138 | 0 | 0.70 | 0.39 | 0.12 | 333.25 | 0.72 | 0.57 |
| Hex | E1 | 44 | 8A | 0 | 46 | 27 | C | 14D | 48 | 39 |
| Octal | 341 | 104 | 212 | 0 | 106 | 47 | 14 | 515 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10001010 | 0 | 1000110 | 100111 | 1100 | 101001101 | 1001000 | 111001 |
Color Harmonies of #E1448A
Complementary color
Monochromatic Colors of #E1448A
Black with #E1448A
Text Example
Text Example
White with #E1448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1448A; }
p { color: rgb(225,68,138); }
H1.HeaderClassName
{
color: #E1448A;
}
.AnyTagClassName
{
color: #E1448A;
}
</style>
background-color css
<style>
a { background-color: #E1448A; }
a { background-color: rgb(225,68,138); }
div.DivClassName
{
background-color: #E1448A;
}
.BgClassName
{
background-color: #E1448A;
}
</style>
border-color css
<style>
span { border-color: #E1448A; }
span { border-color: rgb(225,68,138); }
td.TdClassName
{
border-color: #E1448A;
}
.TagClassName
{
border-color: #E1448A;
}
</style>