Shades of Deep Cerise #E7217D
Tints of Deep Cerise #E7217D
RGB
CMYK
RGB Variations
Color information
#E7217D (or 0xE7217D) is known color: Deep Cerise. HEX triplet: E7, 21 and 7D. RGB value is (231,33,125). Sum of RGB (Red+Green+Blue) = 231+33+125=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7217D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7217D is #18DE82. Grayscale: #666666. Windows color (decimal): -1629827 or 8200679. OLE color: 8200679.
HSL color Cylindrical-coordinate representation of color #E7217D: hue angle of 332.12º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7217D is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 125 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.09 |
| HSL | 332.12º | 0.8% | 0.52% | - |
| HSV(B) | 332.12º | 0.86% | 0.91% | - |
| XYZ | 37.2 | 19.56 | 21.22 | - |
| YUV | 102.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 125 | 0 | 0.86 | 0.46 | 0.09 | 332.12 | 0.8 | 0.52 |
| Hex | E7 | 21 | 7D | 0 | 56 | 2E | 9 | 14C | 50 | 34 |
| Octal | 347 | 41 | 175 | 0 | 126 | 56 | 11 | 514 | 120 | 64 |
| Binary | 11100111 | 100001 | 1111101 | 0 | 1010110 | 101110 | 1001 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E7217D
Complementary color
Monochromatic Colors of #E7217D
Black with #E7217D
Text Example
Text Example
White with #E7217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7217D; }
p { color: rgb(231,33,125); }
H1.HeaderClassName
{
color: #E7217D;
}
.AnyTagClassName
{
color: #E7217D;
}
</style>
background-color css
<style>
a { background-color: #E7217D; }
a { background-color: rgb(231,33,125); }
div.DivClassName
{
background-color: #E7217D;
}
.BgClassName
{
background-color: #E7217D;
}
</style>
border-color css
<style>
span { border-color: #E7217D; }
span { border-color: rgb(231,33,125); }
td.TdClassName
{
border-color: #E7217D;
}
.TagClassName
{
border-color: #E7217D;
}
</style>