Shades of Deep Cerise #E62385
Tints of Deep Cerise #E62385
RGB
CMYK
RGB Variations
Color information
#E62385 (or 0xE62385) is known color: Deep Cerise. HEX triplet: E6, 23 and 85. RGB value is (230,35,133). Sum of RGB (Red+Green+Blue) = 230+35+133=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E62385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62385 is #19DC7A. Grayscale: #686868. Windows color (decimal): -1694843 or 8725478. OLE color: 8725478.
HSL color Cylindrical-coordinate representation of color #E62385: hue angle of 329.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62385 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 133 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.10 |
| HSL | 329.85º | 0.8% | 0.52% | - |
| HSV(B) | 329.85º | 0.85% | 0.9% | - |
| XYZ | 37.47 | 19.72 | 24.02 | - |
| YUV | 104.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 133 | 0 | 0.85 | 0.42 | 0.10 | 329.85 | 0.8 | 0.52 |
| Hex | E6 | 23 | 85 | 0 | 55 | 2A | A | 14A | 50 | 34 |
| Octal | 346 | 43 | 205 | 0 | 125 | 52 | 12 | 512 | 120 | 64 |
| Binary | 11100110 | 100011 | 10000101 | 0 | 1010101 | 101010 | 1010 | 101001010 | 1010000 | 110100 |
Color Harmonies of #E62385
Complementary color
Monochromatic Colors of #E62385
Black with #E62385
Text Example
Text Example
White with #E62385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62385; }
p { color: rgb(230,35,133); }
H1.HeaderClassName
{
color: #E62385;
}
.AnyTagClassName
{
color: #E62385;
}
</style>
background-color css
<style>
a { background-color: #E62385; }
a { background-color: rgb(230,35,133); }
div.DivClassName
{
background-color: #E62385;
}
.BgClassName
{
background-color: #E62385;
}
</style>
border-color css
<style>
span { border-color: #E62385; }
span { border-color: rgb(230,35,133); }
td.TdClassName
{
border-color: #E62385;
}
.TagClassName
{
border-color: #E62385;
}
</style>