Shades of Deep Cerise #E2448E
Tints of Deep Cerise #E2448E
RGB
CMYK
RGB Variations
Color information
#E2448E (or 0xE2448E) is known color: Deep Cerise. HEX triplet: E2, 44 and 8E. RGB value is (226,68,142). Sum of RGB (Red+Green+Blue) = 226+68+142=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2448E is #1DBB71. Grayscale: #7B7B7B. Windows color (decimal): -1948530 or 9323746. OLE color: 9323746.
HSL color Cylindrical-coordinate representation of color #E2448E: hue angle of 331.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2448E is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 142 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.11 |
| HSL | 331.9º | 0.73% | 0.58% | - |
| HSV(B) | 331.9º | 0.7% | 0.89% | - |
| XYZ | 38.31 | 22.26 | 27.87 | - |
| YUV | 123.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 142 | 0 | 0.70 | 0.37 | 0.11 | 331.9 | 0.73 | 0.58 |
| Hex | E2 | 44 | 8E | 0 | 46 | 25 | B | 14C | 49 | 3A |
| Octal | 342 | 104 | 216 | 0 | 106 | 45 | 13 | 514 | 111 | 72 |
| Binary | 11100010 | 1000100 | 10001110 | 0 | 1000110 | 100101 | 1011 | 101001100 | 1001001 | 111010 |
Color Harmonies of #E2448E
Complementary color
Monochromatic Colors of #E2448E
Black with #E2448E
Text Example
Text Example
White with #E2448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2448E; }
p { color: rgb(226,68,142); }
H1.HeaderClassName
{
color: #E2448E;
}
.AnyTagClassName
{
color: #E2448E;
}
</style>
background-color css
<style>
a { background-color: #E2448E; }
a { background-color: rgb(226,68,142); }
div.DivClassName
{
background-color: #E2448E;
}
.BgClassName
{
background-color: #E2448E;
}
</style>
border-color css
<style>
span { border-color: #E2448E; }
span { border-color: rgb(226,68,142); }
td.TdClassName
{
border-color: #E2448E;
}
.TagClassName
{
border-color: #E2448E;
}
</style>