Shades of Deep Cerise #E7217E
Tints of Deep Cerise #E7217E
RGB
CMYK
RGB Variations
Color information
#E7217E (or 0xE7217E) is known color: Deep Cerise. HEX triplet: E7, 21 and 7E. RGB value is (231,33,126). Sum of RGB (Red+Green+Blue) = 231+33+126=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7217E is #18DE81. Grayscale: #666666. Windows color (decimal): -1629826 or 8266215. OLE color: 8266215.
HSL color Cylindrical-coordinate representation of color #E7217E: hue angle of 331.82º 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 #E7217E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 126 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.09 |
| HSL | 331.82º | 0.8% | 0.52% | - |
| HSV(B) | 331.82º | 0.86% | 0.91% | - |
| XYZ | 37.26 | 19.58 | 21.55 | - |
| YUV | 102.8 | 141.1 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 126 | 0 | 0.86 | 0.45 | 0.09 | 331.82 | 0.8 | 0.52 |
| Hex | E7 | 21 | 7E | 0 | 56 | 2D | 9 | 14C | 50 | 34 |
| Octal | 347 | 41 | 176 | 0 | 126 | 55 | 11 | 514 | 120 | 64 |
| Binary | 11100111 | 100001 | 1111110 | 0 | 1010110 | 101101 | 1001 | 101001100 | 1010000 | 110100 |
Color Harmonies of #E7217E
Complementary color
Monochromatic Colors of #E7217E
Black with #E7217E
Text Example
Text Example
White with #E7217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7217E; }
p { color: rgb(231,33,126); }
H1.HeaderClassName
{
color: #E7217E;
}
.AnyTagClassName
{
color: #E7217E;
}
</style>
background-color css
<style>
a { background-color: #E7217E; }
a { background-color: rgb(231,33,126); }
div.DivClassName
{
background-color: #E7217E;
}
.BgClassName
{
background-color: #E7217E;
}
</style>
border-color css
<style>
span { border-color: #E7217E; }
span { border-color: rgb(231,33,126); }
td.TdClassName
{
border-color: #E7217E;
}
.TagClassName
{
border-color: #E7217E;
}
</style>