Shades of Deep Cerise #E63493
Tints of Deep Cerise #E63493
RGB
CMYK
RGB Variations
Color information
#E63493 (or 0xE63493) is known color: Deep Cerise. HEX triplet: E6, 34 and 93. RGB value is (230,52,147). Sum of RGB (Red+Green+Blue) = 230+52+147=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E63493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63493 is #19CB6C. Grayscale: #737373. Windows color (decimal): -1690477 or 9647334. OLE color: 9647334.
HSL color Cylindrical-coordinate representation of color #E63493: hue angle of 327.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63493 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 147 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.10 |
| HSL | 327.98º | 0.78% | 0.55% | - |
| HSV(B) | 327.98º | 0.77% | 0.9% | - |
| XYZ | 39.13 | 21.39 | 29.67 | - |
| YUV | 116.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 147 | 0 | 0.77 | 0.36 | 0.10 | 327.98 | 0.78 | 0.55 |
| Hex | E6 | 34 | 93 | 0 | 4D | 24 | A | 148 | 4E | 37 |
| Octal | 346 | 64 | 223 | 0 | 115 | 44 | 12 | 510 | 116 | 67 |
| Binary | 11100110 | 110100 | 10010011 | 0 | 1001101 | 100100 | 1010 | 101001000 | 1001110 | 110111 |
Color Harmonies of #E63493
Complementary color
Monochromatic Colors of #E63493
Black with #E63493
Text Example
Text Example
White with #E63493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63493; }
p { color: rgb(230,52,147); }
H1.HeaderClassName
{
color: #E63493;
}
.AnyTagClassName
{
color: #E63493;
}
</style>
background-color css
<style>
a { background-color: #E63493; }
a { background-color: rgb(230,52,147); }
div.DivClassName
{
background-color: #E63493;
}
.BgClassName
{
background-color: #E63493;
}
</style>
border-color css
<style>
span { border-color: #E63493; }
span { border-color: rgb(230,52,147); }
td.TdClassName
{
border-color: #E63493;
}
.TagClassName
{
border-color: #E63493;
}
</style>