Shades of Deep Cerise #E62985
Tints of Deep Cerise #E62985
RGB
CMYK
RGB Variations
Color information
#E62985 (or 0xE62985) is known color: Deep Cerise. HEX triplet: E6, 29 and 85. RGB value is (230,41,133). Sum of RGB (Red+Green+Blue) = 230+41+133=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E62985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62985 is #19D67A. Grayscale: #6B6B6B. Windows color (decimal): -1693307 or 8727014. OLE color: 8727014.
HSL color Cylindrical-coordinate representation of color #E62985: hue angle of 330.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62985 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 133 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.10 |
| HSL | 330.79º | 0.79% | 0.53% | - |
| HSV(B) | 330.79º | 0.82% | 0.9% | - |
| XYZ | 37.66 | 20.1 | 24.09 | - |
| YUV | 108 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 133 | 0 | 0.82 | 0.42 | 0.10 | 330.79 | 0.79 | 0.53 |
| Hex | E6 | 29 | 85 | 0 | 52 | 2A | A | 14B | 4F | 35 |
| Octal | 346 | 51 | 205 | 0 | 122 | 52 | 12 | 513 | 117 | 65 |
| Binary | 11100110 | 101001 | 10000101 | 0 | 1010010 | 101010 | 1010 | 101001011 | 1001111 | 110101 |
Color Harmonies of #E62985
Complementary color
Monochromatic Colors of #E62985
Black with #E62985
Text Example
Text Example
White with #E62985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62985; }
p { color: rgb(230,41,133); }
H1.HeaderClassName
{
color: #E62985;
}
.AnyTagClassName
{
color: #E62985;
}
</style>
background-color css
<style>
a { background-color: #E62985; }
a { background-color: rgb(230,41,133); }
div.DivClassName
{
background-color: #E62985;
}
.BgClassName
{
background-color: #E62985;
}
</style>
border-color css
<style>
span { border-color: #E62985; }
span { border-color: rgb(230,41,133); }
td.TdClassName
{
border-color: #E62985;
}
.TagClassName
{
border-color: #E62985;
}
</style>