Shades of Deep Cerise #E54085
Tints of Deep Cerise #E54085
RGB
CMYK
RGB Variations
Color information
#E54085 (or 0xE54085) is known color: Deep Cerise. HEX triplet: E5, 40 and 85. RGB value is (229,64,133). Sum of RGB (Red+Green+Blue) = 229+64+133=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E54085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54085 is #1ABF7A. Grayscale: #797979. Windows color (decimal): -1752955 or 8732901. OLE color: 8732901.
HSL color Cylindrical-coordinate representation of color #E54085: hue angle of 334.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54085 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 133 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.10 |
| HSL | 334.91º | 0.76% | 0.57% | - |
| HSV(B) | 334.91º | 0.72% | 0.9% | - |
| XYZ | 38.38 | 22.02 | 24.42 | - |
| YUV | 121.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 133 | 0 | 0.72 | 0.42 | 0.10 | 334.91 | 0.76 | 0.57 |
| Hex | E5 | 40 | 85 | 0 | 48 | 2A | A | 14F | 4C | 39 |
| Octal | 345 | 100 | 205 | 0 | 110 | 52 | 12 | 517 | 114 | 71 |
| Binary | 11100101 | 1000000 | 10000101 | 0 | 1001000 | 101010 | 1010 | 101001111 | 1001100 | 111001 |
Color Harmonies of #E54085
Complementary color
Monochromatic Colors of #E54085
Black with #E54085
Text Example
Text Example
White with #E54085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54085; }
p { color: rgb(229,64,133); }
H1.HeaderClassName
{
color: #E54085;
}
.AnyTagClassName
{
color: #E54085;
}
</style>
background-color css
<style>
a { background-color: #E54085; }
a { background-color: rgb(229,64,133); }
div.DivClassName
{
background-color: #E54085;
}
.BgClassName
{
background-color: #E54085;
}
</style>
border-color css
<style>
span { border-color: #E54085; }
span { border-color: rgb(229,64,133); }
td.TdClassName
{
border-color: #E54085;
}
.TagClassName
{
border-color: #E54085;
}
</style>