Shades of Deep Cerise #E52794
Tints of Deep Cerise #E52794
RGB
CMYK
RGB Variations
Color information
#E52794 (or 0xE52794) is known color: Deep Cerise. HEX triplet: E5, 27 and 94. RGB value is (229,39,148). Sum of RGB (Red+Green+Blue) = 229+39+148=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E52794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52794 is #1AD86B. Grayscale: #6B6B6B. Windows color (decimal): -1759340 or 9709541. OLE color: 9709541.
HSL color Cylindrical-coordinate representation of color #E52794: hue angle of 325.58º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52794 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 148 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.10 |
| HSL | 325.58º | 0.79% | 0.53% | - |
| HSV(B) | 325.58º | 0.83% | 0.9% | - |
| XYZ | 38.38 | 20.25 | 29.9 | - |
| YUV | 108.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 148 | 0 | 0.83 | 0.35 | 0.10 | 325.58 | 0.79 | 0.53 |
| Hex | E5 | 27 | 94 | 0 | 53 | 23 | A | 146 | 4F | 35 |
| Octal | 345 | 47 | 224 | 0 | 123 | 43 | 12 | 506 | 117 | 65 |
| Binary | 11100101 | 100111 | 10010100 | 0 | 1010011 | 100011 | 1010 | 101000110 | 1001111 | 110101 |
Color Harmonies of #E52794
Complementary color
Monochromatic Colors of #E52794
Black with #E52794
Text Example
Text Example
White with #E52794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52794; }
p { color: rgb(229,39,148); }
H1.HeaderClassName
{
color: #E52794;
}
.AnyTagClassName
{
color: #E52794;
}
</style>
background-color css
<style>
a { background-color: #E52794; }
a { background-color: rgb(229,39,148); }
div.DivClassName
{
background-color: #E52794;
}
.BgClassName
{
background-color: #E52794;
}
</style>
border-color css
<style>
span { border-color: #E52794; }
span { border-color: rgb(229,39,148); }
td.TdClassName
{
border-color: #E52794;
}
.TagClassName
{
border-color: #E52794;
}
</style>