Shades of Deep Cerise #E2469C
Tints of Deep Cerise #E2469C
RGB
CMYK
RGB Variations
Color information
#E2469C (or 0xE2469C) is known color: Deep Cerise. HEX triplet: E2, 46 and 9C. RGB value is (226,70,156). Sum of RGB (Red+Green+Blue) = 226+70+156=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2469C is #1DB963. Grayscale: #7E7E7E. Windows color (decimal): -1948004 or 10241762. OLE color: 10241762.
HSL color Cylindrical-coordinate representation of color #E2469C: hue angle of 326.92º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2469C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 156 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.11 |
| HSL | 326.92º | 0.73% | 0.58% | - |
| HSV(B) | 326.92º | 0.69% | 0.89% | - |
| XYZ | 39.55 | 22.95 | 33.8 | - |
| YUV | 126.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 156 | 0 | 0.69 | 0.31 | 0.11 | 326.92 | 0.73 | 0.58 |
| Hex | E2 | 46 | 9C | 0 | 45 | 1F | B | 147 | 49 | 3A |
| Octal | 342 | 106 | 234 | 0 | 105 | 37 | 13 | 507 | 111 | 72 |
| Binary | 11100010 | 1000110 | 10011100 | 0 | 1000101 | 11111 | 1011 | 101000111 | 1001001 | 111010 |
Color Harmonies of #E2469C
Complementary color
Monochromatic Colors of #E2469C
Black with #E2469C
Text Example
Text Example
White with #E2469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2469C; }
p { color: rgb(226,70,156); }
H1.HeaderClassName
{
color: #E2469C;
}
.AnyTagClassName
{
color: #E2469C;
}
</style>
background-color css
<style>
a { background-color: #E2469C; }
a { background-color: rgb(226,70,156); }
div.DivClassName
{
background-color: #E2469C;
}
.BgClassName
{
background-color: #E2469C;
}
</style>
border-color css
<style>
span { border-color: #E2469C; }
span { border-color: rgb(226,70,156); }
td.TdClassName
{
border-color: #E2469C;
}
.TagClassName
{
border-color: #E2469C;
}
</style>