Shades of Cerise #E0405E
Tints of Cerise #E0405E
RGB
CMYK
RGB Variations
Color information
#E0405E (or 0xE0405E) is known color: Cerise. HEX triplet: E0, 40 and 5E. RGB value is (224,64,94). Sum of RGB (Red+Green+Blue) = 224+64+94=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E0405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0405E is #1FBFA1. Grayscale: #737373. Windows color (decimal): -2080674 or 6176992. OLE color: 6176992.
HSL color Cylindrical-coordinate representation of color #E0405E: hue angle of 348.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0405E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 94 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.12 |
| HSL | 348.75º | 0.72% | 0.56% | - |
| HSV(B) | 348.75º | 0.71% | 0.88% | - |
| XYZ | 34.59 | 20.32 | 12.69 | - |
| YUV | 115.26 | 116.01 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 94 | 0 | 0.71 | 0.58 | 0.12 | 348.75 | 0.72 | 0.56 |
| Hex | E0 | 40 | 5E | 0 | 47 | 3A | C | 15D | 48 | 38 |
| Octal | 340 | 100 | 136 | 0 | 107 | 72 | 14 | 535 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1011110 | 0 | 1000111 | 111010 | 1100 | 101011101 | 1001000 | 111000 |
Color Harmonies of #E0405E
Complementary color
Monochromatic Colors of #E0405E
Black with #E0405E
Text Example
Text Example
White with #E0405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0405E; }
p { color: rgb(224,64,94); }
H1.HeaderClassName
{
color: #E0405E;
}
.AnyTagClassName
{
color: #E0405E;
}
</style>
background-color css
<style>
a { background-color: #E0405E; }
a { background-color: rgb(224,64,94); }
div.DivClassName
{
background-color: #E0405E;
}
.BgClassName
{
background-color: #E0405E;
}
</style>
border-color css
<style>
span { border-color: #E0405E; }
span { border-color: rgb(224,64,94); }
td.TdClassName
{
border-color: #E0405E;
}
.TagClassName
{
border-color: #E0405E;
}
</style>