Shades of Deep Cerise #E7297E
Tints of Deep Cerise #E7297E
RGB
CMYK
RGB Variations
Color information
#E7297E (or 0xE7297E) is known color: Deep Cerise. HEX triplet: E7, 29 and 7E. RGB value is (231,41,126). Sum of RGB (Red+Green+Blue) = 231+41+126=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E7297E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7297E is #18D681. Grayscale: #6B6B6B. Windows color (decimal): -1627778 or 8268263. OLE color: 8268263.
HSL color Cylindrical-coordinate representation of color #E7297E: hue angle of 333.16º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7297E is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 126 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.09 |
| HSL | 333.16º | 0.8% | 0.53% | - |
| HSV(B) | 333.16º | 0.82% | 0.91% | - |
| XYZ | 37.51 | 20.08 | 21.64 | - |
| YUV | 107.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 126 | 0 | 0.82 | 0.45 | 0.09 | 333.16 | 0.8 | 0.53 |
| Hex | E7 | 29 | 7E | 0 | 52 | 2D | 9 | 14D | 50 | 35 |
| Octal | 347 | 51 | 176 | 0 | 122 | 55 | 11 | 515 | 120 | 65 |
| Binary | 11100111 | 101001 | 1111110 | 0 | 1010010 | 101101 | 1001 | 101001101 | 1010000 | 110101 |
Color Harmonies of #E7297E
Complementary color
Monochromatic Colors of #E7297E
Black with #E7297E
Text Example
Text Example
White with #E7297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7297E; }
p { color: rgb(231,41,126); }
H1.HeaderClassName
{
color: #E7297E;
}
.AnyTagClassName
{
color: #E7297E;
}
</style>
background-color css
<style>
a { background-color: #E7297E; }
a { background-color: rgb(231,41,126); }
div.DivClassName
{
background-color: #E7297E;
}
.BgClassName
{
background-color: #E7297E;
}
</style>
border-color css
<style>
span { border-color: #E7297E; }
span { border-color: rgb(231,41,126); }
td.TdClassName
{
border-color: #E7297E;
}
.TagClassName
{
border-color: #E7297E;
}
</style>