Shades of Deep Cerise #E0458A
Tints of Deep Cerise #E0458A
RGB
CMYK
RGB Variations
Color information
#E0458A (or 0xE0458A) is known color: Deep Cerise. HEX triplet: E0, 45 and 8A. RGB value is (224,69,138). Sum of RGB (Red+Green+Blue) = 224+69+138=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0458A is #1FBA75. Grayscale: #7B7B7B. Windows color (decimal): -2079350 or 9061856. OLE color: 9061856.
HSL color Cylindrical-coordinate representation of color #E0458A: hue angle of 333.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0458A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 138 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.12 |
| HSL | 333.29º | 0.71% | 0.57% | - |
| HSV(B) | 333.29º | 0.69% | 0.88% | - |
| XYZ | 37.46 | 21.94 | 26.31 | - |
| YUV | 123.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 138 | 0 | 0.69 | 0.38 | 0.12 | 333.29 | 0.71 | 0.57 |
| Hex | E0 | 45 | 8A | 0 | 45 | 26 | C | 14D | 47 | 39 |
| Octal | 340 | 105 | 212 | 0 | 105 | 46 | 14 | 515 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10001010 | 0 | 1000101 | 100110 | 1100 | 101001101 | 1000111 | 111001 |
Color Harmonies of #E0458A
Complementary color
Monochromatic Colors of #E0458A
Black with #E0458A
Text Example
Text Example
White with #E0458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0458A; }
p { color: rgb(224,69,138); }
H1.HeaderClassName
{
color: #E0458A;
}
.AnyTagClassName
{
color: #E0458A;
}
</style>
background-color css
<style>
a { background-color: #E0458A; }
a { background-color: rgb(224,69,138); }
div.DivClassName
{
background-color: #E0458A;
}
.BgClassName
{
background-color: #E0458A;
}
</style>
border-color css
<style>
span { border-color: #E0458A; }
span { border-color: rgb(224,69,138); }
td.TdClassName
{
border-color: #E0458A;
}
.TagClassName
{
border-color: #E0458A;
}
</style>