Shades of Deep Cerise #E2297F
Tints of Deep Cerise #E2297F
RGB
CMYK
RGB Variations
Color information
#E2297F (or 0xE2297F) is known color: Deep Cerise. HEX triplet: E2, 29 and 7F. RGB value is (226,41,127). Sum of RGB (Red+Green+Blue) = 226+41+127=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E2297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2297F is #1DD680. Grayscale: #696969. Windows color (decimal): -1955457 or 8333794. OLE color: 8333794.
HSL color Cylindrical-coordinate representation of color #E2297F: hue angle of 332.11º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2297F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 127 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.11 |
| HSL | 332.11º | 0.76% | 0.52% | - |
| HSV(B) | 332.11º | 0.82% | 0.89% | - |
| XYZ | 35.99 | 19.29 | 21.9 | - |
| YUV | 106.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 127 | 0 | 0.82 | 0.44 | 0.11 | 332.11 | 0.76 | 0.52 |
| Hex | E2 | 29 | 7F | 0 | 52 | 2C | B | 14C | 4C | 34 |
| Octal | 342 | 51 | 177 | 0 | 122 | 54 | 13 | 514 | 114 | 64 |
| Binary | 11100010 | 101001 | 1111111 | 0 | 1010010 | 101100 | 1011 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E2297F
Complementary color
Monochromatic Colors of #E2297F
Black with #E2297F
Text Example
Text Example
White with #E2297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2297F; }
p { color: rgb(226,41,127); }
H1.HeaderClassName
{
color: #E2297F;
}
.AnyTagClassName
{
color: #E2297F;
}
</style>
background-color css
<style>
a { background-color: #E2297F; }
a { background-color: rgb(226,41,127); }
div.DivClassName
{
background-color: #E2297F;
}
.BgClassName
{
background-color: #E2297F;
}
</style>
border-color css
<style>
span { border-color: #E2297F; }
span { border-color: rgb(226,41,127); }
td.TdClassName
{
border-color: #E2297F;
}
.TagClassName
{
border-color: #E2297F;
}
</style>