Shades of Deep Cerise #E2397E
Tints of Deep Cerise #E2397E
RGB
CMYK
RGB Variations
Color information
#E2397E (or 0xE2397E) is known color: Deep Cerise. HEX triplet: E2, 39 and 7E. RGB value is (226,57,126). Sum of RGB (Red+Green+Blue) = 226+57+126=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2397E is #1DC681. Grayscale: #737373. Windows color (decimal): -1951362 or 8272354. OLE color: 8272354.
HSL color Cylindrical-coordinate representation of color #E2397E: hue angle of 335.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2397E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 126 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.11 |
| HSL | 335.5º | 0.74% | 0.55% | - |
| HSV(B) | 335.5º | 0.75% | 0.89% | - |
| XYZ | 36.59 | 20.6 | 21.79 | - |
| YUV | 115.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 126 | 0 | 0.75 | 0.44 | 0.11 | 335.5 | 0.74 | 0.55 |
| Hex | E2 | 39 | 7E | 0 | 4B | 2C | B | 150 | 4A | 37 |
| Octal | 342 | 71 | 176 | 0 | 113 | 54 | 13 | 520 | 112 | 67 |
| Binary | 11100010 | 111001 | 1111110 | 0 | 1001011 | 101100 | 1011 | 101010000 | 1001010 | 110111 |
Color Harmonies of #E2397E
Complementary color
Monochromatic Colors of #E2397E
Black with #E2397E
Text Example
Text Example
White with #E2397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2397E; }
p { color: rgb(226,57,126); }
H1.HeaderClassName
{
color: #E2397E;
}
.AnyTagClassName
{
color: #E2397E;
}
</style>
background-color css
<style>
a { background-color: #E2397E; }
a { background-color: rgb(226,57,126); }
div.DivClassName
{
background-color: #E2397E;
}
.BgClassName
{
background-color: #E2397E;
}
</style>
border-color css
<style>
span { border-color: #E2397E; }
span { border-color: rgb(226,57,126); }
td.TdClassName
{
border-color: #E2397E;
}
.TagClassName
{
border-color: #E2397E;
}
</style>