Shades of Deep Cerise #E0469B
Tints of Deep Cerise #E0469B
RGB
CMYK
RGB Variations
Color information
#E0469B (or 0xE0469B) is known color: Deep Cerise. HEX triplet: E0, 46 and 9B. RGB value is (224,70,155). Sum of RGB (Red+Green+Blue) = 224+70+155=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0469B is #1FB964. Grayscale: #7D7D7D. Windows color (decimal): -2079077 or 10176224. OLE color: 10176224.
HSL color Cylindrical-coordinate representation of color #E0469B: hue angle of 326.88º 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 #E0469B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 155 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.12 |
| HSL | 326.88º | 0.71% | 0.58% | - |
| HSV(B) | 326.88º | 0.69% | 0.88% | - |
| XYZ | 38.85 | 22.59 | 33.32 | - |
| YUV | 125.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 155 | 0 | 0.69 | 0.31 | 0.12 | 326.88 | 0.71 | 0.58 |
| Hex | E0 | 46 | 9B | 0 | 45 | 1F | C | 147 | 47 | 3A |
| Octal | 340 | 106 | 233 | 0 | 105 | 37 | 14 | 507 | 107 | 72 |
| Binary | 11100000 | 1000110 | 10011011 | 0 | 1000101 | 11111 | 1100 | 101000111 | 1000111 | 111010 |
Color Harmonies of #E0469B
Complementary color
Monochromatic Colors of #E0469B
Black with #E0469B
Text Example
Text Example
White with #E0469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0469B; }
p { color: rgb(224,70,155); }
H1.HeaderClassName
{
color: #E0469B;
}
.AnyTagClassName
{
color: #E0469B;
}
</style>
background-color css
<style>
a { background-color: #E0469B; }
a { background-color: rgb(224,70,155); }
div.DivClassName
{
background-color: #E0469B;
}
.BgClassName
{
background-color: #E0469B;
}
</style>
border-color css
<style>
span { border-color: #E0469B; }
span { border-color: rgb(224,70,155); }
td.TdClassName
{
border-color: #E0469B;
}
.TagClassName
{
border-color: #E0469B;
}
</style>