Shades of Deep Cerise #E63485
Tints of Deep Cerise #E63485
RGB
CMYK
RGB Variations
Color information
#E63485 (or 0xE63485) is known color: Deep Cerise. HEX triplet: E6, 34 and 85. RGB value is (230,52,133). Sum of RGB (Red+Green+Blue) = 230+52+133=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E63485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63485 is #19CB7A. Grayscale: #727272. Windows color (decimal): -1690491 or 8729830. OLE color: 8729830.
HSL color Cylindrical-coordinate representation of color #E63485: hue angle of 332.7º 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 #E63485 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 133 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.10 |
| HSL | 332.7º | 0.78% | 0.55% | - |
| HSV(B) | 332.7º | 0.77% | 0.9% | - |
| XYZ | 38.09 | 20.97 | 24.23 | - |
| YUV | 114.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 133 | 0 | 0.77 | 0.42 | 0.10 | 332.7 | 0.78 | 0.55 |
| Hex | E6 | 34 | 85 | 0 | 4D | 2A | A | 14D | 4E | 37 |
| Octal | 346 | 64 | 205 | 0 | 115 | 52 | 12 | 515 | 116 | 67 |
| Binary | 11100110 | 110100 | 10000101 | 0 | 1001101 | 101010 | 1010 | 101001101 | 1001110 | 110111 |
Color Harmonies of #E63485
Complementary color
Monochromatic Colors of #E63485
Black with #E63485
Text Example
Text Example
White with #E63485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63485; }
p { color: rgb(230,52,133); }
H1.HeaderClassName
{
color: #E63485;
}
.AnyTagClassName
{
color: #E63485;
}
</style>
background-color css
<style>
a { background-color: #E63485; }
a { background-color: rgb(230,52,133); }
div.DivClassName
{
background-color: #E63485;
}
.BgClassName
{
background-color: #E63485;
}
</style>
border-color css
<style>
span { border-color: #E63485; }
span { border-color: rgb(230,52,133); }
td.TdClassName
{
border-color: #E63485;
}
.TagClassName
{
border-color: #E63485;
}
</style>