Shades of Deep Cerise #E0469E
Tints of Deep Cerise #E0469E
RGB
CMYK
RGB Variations
Color information
#E0469E (or 0xE0469E) is known color: Deep Cerise. HEX triplet: E0, 46 and 9E. RGB value is (224,70,158). Sum of RGB (Red+Green+Blue) = 224+70+158=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0469E is #1FB961. Grayscale: #7D7D7D. Windows color (decimal): -2079074 or 10372832. OLE color: 10372832.
HSL color Cylindrical-coordinate representation of color #E0469E: hue angle of 325.71º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0469E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 158 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.12 |
| HSL | 325.71º | 0.71% | 0.58% | - |
| HSV(B) | 325.71º | 0.69% | 0.88% | - |
| XYZ | 39.1 | 22.7 | 34.67 | - |
| YUV | 126.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 158 | 0 | 0.69 | 0.29 | 0.12 | 325.71 | 0.71 | 0.58 |
| Hex | E0 | 46 | 9E | 0 | 45 | 1D | C | 146 | 47 | 3A |
| Octal | 340 | 106 | 236 | 0 | 105 | 35 | 14 | 506 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10011110 | 0 | 1000101 | 11101 | 1100 | 101000110 | 1000111 | 111010 |
Color Harmonies of #E0469E
Complementary color
Monochromatic Colors of #E0469E
Black with #E0469E
Text Example
Text Example
White with #E0469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0469E; }
p { color: rgb(224,70,158); }
H1.HeaderClassName
{
color: #E0469E;
}
.AnyTagClassName
{
color: #E0469E;
}
</style>
background-color css
<style>
a { background-color: #E0469E; }
a { background-color: rgb(224,70,158); }
div.DivClassName
{
background-color: #E0469E;
}
.BgClassName
{
background-color: #E0469E;
}
</style>
border-color css
<style>
span { border-color: #E0469E; }
span { border-color: rgb(224,70,158); }
td.TdClassName
{
border-color: #E0469E;
}
.TagClassName
{
border-color: #E0469E;
}
</style>