Shades of Cerise #E0405D
Tints of Cerise #E0405D
RGB
CMYK
RGB Variations
Color information
#E0405D (or 0xE0405D) is known color: Cerise. HEX triplet: E0, 40 and 5D. RGB value is (224,64,93). Sum of RGB (Red+Green+Blue) = 224+64+93=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0405D is #1FBFA2. Grayscale: #737373. Windows color (decimal): -2080675 or 6111456. OLE color: 6111456.
HSL color Cylindrical-coordinate representation of color #E0405D: hue angle of 349.12º 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 #E0405D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 93 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.12 |
| HSL | 349.13º | 0.72% | 0.56% | - |
| HSV(B) | 349.13º | 0.71% | 0.88% | - |
| XYZ | 34.55 | 20.3 | 12.45 | - |
| YUV | 115.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 93 | 0 | 0.71 | 0.58 | 0.12 | 349.13 | 0.72 | 0.56 |
| Hex | E0 | 40 | 5D | 0 | 47 | 3A | C | 15D | 48 | 38 |
| Octal | 340 | 100 | 135 | 0 | 107 | 72 | 14 | 535 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1011101 | 0 | 1000111 | 111010 | 1100 | 101011101 | 1001000 | 111000 |
Color Harmonies of #E0405D
Complementary color
Monochromatic Colors of #E0405D
Black with #E0405D
Text Example
Text Example
White with #E0405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0405D; }
p { color: rgb(224,64,93); }
H1.HeaderClassName
{
color: #E0405D;
}
.AnyTagClassName
{
color: #E0405D;
}
</style>
background-color css
<style>
a { background-color: #E0405D; }
a { background-color: rgb(224,64,93); }
div.DivClassName
{
background-color: #E0405D;
}
.BgClassName
{
background-color: #E0405D;
}
</style>
border-color css
<style>
span { border-color: #E0405D; }
span { border-color: rgb(224,64,93); }
td.TdClassName
{
border-color: #E0405D;
}
.TagClassName
{
border-color: #E0405D;
}
</style>