Shades of Deep Cerise #E2448A
Tints of Deep Cerise #E2448A
RGB
CMYK
RGB Variations
Color information
#E2448A (or 0xE2448A) is known color: Deep Cerise. HEX triplet: E2, 44 and 8A. RGB value is (226,68,138). Sum of RGB (Red+Green+Blue) = 226+68+138=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2448A is #1DBB75. Grayscale: #7B7B7B. Windows color (decimal): -1948534 or 9061602. OLE color: 9061602.
HSL color Cylindrical-coordinate representation of color #E2448A: hue angle of 333.42º 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 #E2448A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 138 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.11 |
| HSL | 333.42º | 0.73% | 0.58% | - |
| HSV(B) | 333.42º | 0.7% | 0.89% | - |
| XYZ | 38.02 | 22.14 | 26.31 | - |
| YUV | 123.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 138 | 0 | 0.70 | 0.39 | 0.11 | 333.42 | 0.73 | 0.58 |
| Hex | E2 | 44 | 8A | 0 | 46 | 27 | B | 14D | 49 | 3A |
| Octal | 342 | 104 | 212 | 0 | 106 | 47 | 13 | 515 | 111 | 72 |
| Binary | 11100010 | 1000100 | 10001010 | 0 | 1000110 | 100111 | 1011 | 101001101 | 1001001 | 111010 |
Color Harmonies of #E2448A
Complementary color
Monochromatic Colors of #E2448A
Black with #E2448A
Text Example
Text Example
White with #E2448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2448A; }
p { color: rgb(226,68,138); }
H1.HeaderClassName
{
color: #E2448A;
}
.AnyTagClassName
{
color: #E2448A;
}
</style>
background-color css
<style>
a { background-color: #E2448A; }
a { background-color: rgb(226,68,138); }
div.DivClassName
{
background-color: #E2448A;
}
.BgClassName
{
background-color: #E2448A;
}
</style>
border-color css
<style>
span { border-color: #E2448A; }
span { border-color: rgb(226,68,138); }
td.TdClassName
{
border-color: #E2448A;
}
.TagClassName
{
border-color: #E2448A;
}
</style>