Shades of Deep Cerise #E52693
Tints of Deep Cerise #E52693
RGB
CMYK
RGB Variations
Color information
#E52693 (or 0xE52693) is known color: Deep Cerise. HEX triplet: E5, 26 and 93. RGB value is (229,38,147). Sum of RGB (Red+Green+Blue) = 229+38+147=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E52693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52693 is #1AD96C. Grayscale: #6B6B6B. Windows color (decimal): -1759597 or 9643749. OLE color: 9643749.
HSL color Cylindrical-coordinate representation of color #E52693: hue angle of 325.76º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52693 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 147 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.10 |
| HSL | 325.76º | 0.79% | 0.52% | - |
| HSV(B) | 325.76º | 0.83% | 0.9% | - |
| XYZ | 38.27 | 20.15 | 29.48 | - |
| YUV | 107.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 147 | 0 | 0.83 | 0.36 | 0.10 | 325.76 | 0.79 | 0.52 |
| Hex | E5 | 26 | 93 | 0 | 53 | 24 | A | 146 | 4F | 34 |
| Octal | 345 | 46 | 223 | 0 | 123 | 44 | 12 | 506 | 117 | 64 |
| Binary | 11100101 | 100110 | 10010011 | 0 | 1010011 | 100100 | 1010 | 101000110 | 1001111 | 110100 |
Color Harmonies of #E52693
Complementary color
Monochromatic Colors of #E52693
Black with #E52693
Text Example
Text Example
White with #E52693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52693; }
p { color: rgb(229,38,147); }
H1.HeaderClassName
{
color: #E52693;
}
.AnyTagClassName
{
color: #E52693;
}
</style>
background-color css
<style>
a { background-color: #E52693; }
a { background-color: rgb(229,38,147); }
div.DivClassName
{
background-color: #E52693;
}
.BgClassName
{
background-color: #E52693;
}
</style>
border-color css
<style>
span { border-color: #E52693; }
span { border-color: rgb(229,38,147); }
td.TdClassName
{
border-color: #E52693;
}
.TagClassName
{
border-color: #E52693;
}
</style>