Shades of Deep Cerise #E6208D
Tints of Deep Cerise #E6208D
RGB
CMYK
RGB Variations
Color information
#E6208D (or 0xE6208D) is known color: Deep Cerise. HEX triplet: E6, 20 and 8D. RGB value is (230,32,141). Sum of RGB (Red+Green+Blue) = 230+32+141=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6208D is #19DF72. Grayscale: #676767. Windows color (decimal): -1695603 or 9248998. OLE color: 9248998.
HSL color Cylindrical-coordinate representation of color #E6208D: hue angle of 326.97º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6208D is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 141 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.10 |
| HSL | 326.97º | 0.8% | 0.51% | - |
| HSV(B) | 326.97º | 0.86% | 0.9% | - |
| XYZ | 37.96 | 19.78 | 27.02 | - |
| YUV | 103.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 141 | 0 | 0.86 | 0.39 | 0.10 | 326.97 | 0.8 | 0.51 |
| Hex | E6 | 20 | 8D | 0 | 56 | 27 | A | 147 | 50 | 33 |
| Octal | 346 | 40 | 215 | 0 | 126 | 47 | 12 | 507 | 120 | 63 |
| Binary | 11100110 | 100000 | 10001101 | 0 | 1010110 | 100111 | 1010 | 101000111 | 1010000 | 110011 |
Color Harmonies of #E6208D
Complementary color
Monochromatic Colors of #E6208D
Black with #E6208D
Text Example
Text Example
White with #E6208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6208D; }
p { color: rgb(230,32,141); }
H1.HeaderClassName
{
color: #E6208D;
}
.AnyTagClassName
{
color: #E6208D;
}
</style>
background-color css
<style>
a { background-color: #E6208D; }
a { background-color: rgb(230,32,141); }
div.DivClassName
{
background-color: #E6208D;
}
.BgClassName
{
background-color: #E6208D;
}
</style>
border-color css
<style>
span { border-color: #E6208D; }
span { border-color: rgb(230,32,141); }
td.TdClassName
{
border-color: #E6208D;
}
.TagClassName
{
border-color: #E6208D;
}
</style>