Shades of Deep Cerise #E6217C
Tints of Deep Cerise #E6217C
RGB
CMYK
RGB Variations
Color information
#E6217C (or 0xE6217C) is known color: Deep Cerise. HEX triplet: E6, 21 and 7C. RGB value is (230,33,124). Sum of RGB (Red+Green+Blue) = 230+33+124=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6217C is #19DE83. Grayscale: #666666. Windows color (decimal): -1695364 or 8135142. OLE color: 8135142.
HSL color Cylindrical-coordinate representation of color #E6217C: hue angle of 332.28º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6217C is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 124 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.10 |
| HSL | 332.28º | 0.8% | 0.52% | - |
| HSV(B) | 332.28º | 0.86% | 0.9% | - |
| XYZ | 36.82 | 19.37 | 20.87 | - |
| YUV | 102.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 124 | 0 | 0.86 | 0.46 | 0.10 | 332.28 | 0.8 | 0.52 |
| Hex | E6 | 21 | 7C | 0 | 56 | 2E | A | 14C | 50 | 34 |
| Octal | 346 | 41 | 174 | 0 | 126 | 56 | 12 | 514 | 120 | 64 |
| Binary | 11100110 | 100001 | 1111100 | 0 | 1010110 | 101110 | 1010 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E6217C
Complementary color
Monochromatic Colors of #E6217C
Black with #E6217C
Text Example
Text Example
White with #E6217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6217C; }
p { color: rgb(230,33,124); }
H1.HeaderClassName
{
color: #E6217C;
}
.AnyTagClassName
{
color: #E6217C;
}
</style>
background-color css
<style>
a { background-color: #E6217C; }
a { background-color: rgb(230,33,124); }
div.DivClassName
{
background-color: #E6217C;
}
.BgClassName
{
background-color: #E6217C;
}
</style>
border-color css
<style>
span { border-color: #E6217C; }
span { border-color: rgb(230,33,124); }
td.TdClassName
{
border-color: #E6217C;
}
.TagClassName
{
border-color: #E6217C;
}
</style>