Shades of Deep Cerise #E2409A
Tints of Deep Cerise #E2409A
RGB
CMYK
RGB Variations
Color information
#E2409A (or 0xE2409A) is known color: Deep Cerise. HEX triplet: E2, 40 and 9A. RGB value is (226,64,154). Sum of RGB (Red+Green+Blue) = 226+64+154=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2409A is #1DBF65. Grayscale: #7A7A7A. Windows color (decimal): -1949542 or 10109154. OLE color: 10109154.
HSL color Cylindrical-coordinate representation of color #E2409A: hue angle of 326.67º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2409A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 154 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.11 |
| HSL | 326.67º | 0.74% | 0.57% | - |
| HSV(B) | 326.67º | 0.72% | 0.89% | - |
| XYZ | 39.03 | 22.17 | 32.79 | - |
| YUV | 122.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 154 | 0 | 0.72 | 0.32 | 0.11 | 326.67 | 0.74 | 0.57 |
| Hex | E2 | 40 | 9A | 0 | 48 | 20 | B | 147 | 4A | 39 |
| Octal | 342 | 100 | 232 | 0 | 110 | 40 | 13 | 507 | 112 | 71 |
| Binary | 11100010 | 1000000 | 10011010 | 0 | 1001000 | 100000 | 1011 | 101000111 | 1001010 | 111001 |
Color Harmonies of #E2409A
Complementary color
Monochromatic Colors of #E2409A
Black with #E2409A
Text Example
Text Example
White with #E2409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2409A; }
p { color: rgb(226,64,154); }
H1.HeaderClassName
{
color: #E2409A;
}
.AnyTagClassName
{
color: #E2409A;
}
</style>
background-color css
<style>
a { background-color: #E2409A; }
a { background-color: rgb(226,64,154); }
div.DivClassName
{
background-color: #E2409A;
}
.BgClassName
{
background-color: #E2409A;
}
</style>
border-color css
<style>
span { border-color: #E2409A; }
span { border-color: rgb(226,64,154); }
td.TdClassName
{
border-color: #E2409A;
}
.TagClassName
{
border-color: #E2409A;
}
</style>