Shades of Deep Cerise #E63481
Tints of Deep Cerise #E63481
RGB
CMYK
RGB Variations
Color information
#E63481 (or 0xE63481) is known color: Deep Cerise. HEX triplet: E6, 34 and 81. RGB value is (230,52,129). Sum of RGB (Red+Green+Blue) = 230+52+129=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E63481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63481 is #19CB7E. Grayscale: #717171. Windows color (decimal): -1690495 or 8467686. OLE color: 8467686.
HSL color Cylindrical-coordinate representation of color #E63481: hue angle of 334.04º 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 #E63481 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 129 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.10 |
| HSL | 334.05º | 0.78% | 0.55% | - |
| HSV(B) | 334.05º | 0.77% | 0.9% | - |
| XYZ | 37.82 | 20.86 | 22.8 | - |
| YUV | 114 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 129 | 0 | 0.77 | 0.44 | 0.10 | 334.05 | 0.78 | 0.55 |
| Hex | E6 | 34 | 81 | 0 | 4D | 2C | A | 14E | 4E | 37 |
| Octal | 346 | 64 | 201 | 0 | 115 | 54 | 12 | 516 | 116 | 67 |
| Binary | 11100110 | 110100 | 10000001 | 0 | 1001101 | 101100 | 1010 | 101001110 | 1001110 | 110111 |
Color Harmonies of #E63481
Complementary color
Monochromatic Colors of #E63481
Black with #E63481
Text Example
Text Example
White with #E63481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63481; }
p { color: rgb(230,52,129); }
H1.HeaderClassName
{
color: #E63481;
}
.AnyTagClassName
{
color: #E63481;
}
</style>
background-color css
<style>
a { background-color: #E63481; }
a { background-color: rgb(230,52,129); }
div.DivClassName
{
background-color: #E63481;
}
.BgClassName
{
background-color: #E63481;
}
</style>
border-color css
<style>
span { border-color: #E63481; }
span { border-color: rgb(230,52,129); }
td.TdClassName
{
border-color: #E63481;
}
.TagClassName
{
border-color: #E63481;
}
</style>