Shades of Deep Cerise #E7297F
Tints of Deep Cerise #E7297F
RGB
CMYK
RGB Variations
Color information
#E7297F (or 0xE7297F) is known color: Deep Cerise. HEX triplet: E7, 29 and 7F. RGB value is (231,41,127). Sum of RGB (Red+Green+Blue) = 231+41+127=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E7297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7297F is #18D680. Grayscale: #6B6B6B. Windows color (decimal): -1627777 or 8333799. OLE color: 8333799.
HSL color Cylindrical-coordinate representation of color #E7297F: hue angle of 332.84º 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 #E7297F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 127 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.09 |
| HSL | 332.84º | 0.8% | 0.53% | - |
| HSV(B) | 332.84º | 0.82% | 0.91% | - |
| XYZ | 37.58 | 20.11 | 21.98 | - |
| YUV | 107.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 127 | 0 | 0.82 | 0.45 | 0.09 | 332.84 | 0.8 | 0.53 |
| Hex | E7 | 29 | 7F | 0 | 52 | 2D | 9 | 14D | 50 | 35 |
| Octal | 347 | 51 | 177 | 0 | 122 | 55 | 11 | 515 | 120 | 65 |
| Binary | 11100111 | 101001 | 1111111 | 0 | 1010010 | 101101 | 1001 | 101001101 | 1010000 | 110101 |
Color Harmonies of #E7297F
Complementary color
Monochromatic Colors of #E7297F
Black with #E7297F
Text Example
Text Example
White with #E7297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7297F; }
p { color: rgb(231,41,127); }
H1.HeaderClassName
{
color: #E7297F;
}
.AnyTagClassName
{
color: #E7297F;
}
</style>
background-color css
<style>
a { background-color: #E7297F; }
a { background-color: rgb(231,41,127); }
div.DivClassName
{
background-color: #E7297F;
}
.BgClassName
{
background-color: #E7297F;
}
</style>
border-color css
<style>
span { border-color: #E7297F; }
span { border-color: rgb(231,41,127); }
td.TdClassName
{
border-color: #E7297F;
}
.TagClassName
{
border-color: #E7297F;
}
</style>