Shades of Deep Cerise #E2397D
Tints of Deep Cerise #E2397D
RGB
CMYK
RGB Variations
Color information
#E2397D (or 0xE2397D) is known color: Deep Cerise. HEX triplet: E2, 39 and 7D. RGB value is (226,57,125). Sum of RGB (Red+Green+Blue) = 226+57+125=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2397D is #1DC682. Grayscale: #737373. Windows color (decimal): -1951363 or 8206818. OLE color: 8206818.
HSL color Cylindrical-coordinate representation of color #E2397D: hue angle of 335.86º 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 #E2397D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 125 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.11 |
| HSL | 335.86º | 0.74% | 0.55% | - |
| HSV(B) | 335.86º | 0.75% | 0.89% | - |
| XYZ | 36.53 | 20.58 | 21.45 | - |
| YUV | 115.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 125 | 0 | 0.75 | 0.45 | 0.11 | 335.86 | 0.74 | 0.55 |
| Hex | E2 | 39 | 7D | 0 | 4B | 2D | B | 150 | 4A | 37 |
| Octal | 342 | 71 | 175 | 0 | 113 | 55 | 13 | 520 | 112 | 67 |
| Binary | 11100010 | 111001 | 1111101 | 0 | 1001011 | 101101 | 1011 | 101010000 | 1001010 | 110111 |
Color Harmonies of #E2397D
Complementary color
Monochromatic Colors of #E2397D
Black with #E2397D
Text Example
Text Example
White with #E2397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2397D; }
p { color: rgb(226,57,125); }
H1.HeaderClassName
{
color: #E2397D;
}
.AnyTagClassName
{
color: #E2397D;
}
</style>
background-color css
<style>
a { background-color: #E2397D; }
a { background-color: rgb(226,57,125); }
div.DivClassName
{
background-color: #E2397D;
}
.BgClassName
{
background-color: #E2397D;
}
</style>
border-color css
<style>
span { border-color: #E2397D; }
span { border-color: rgb(226,57,125); }
td.TdClassName
{
border-color: #E2397D;
}
.TagClassName
{
border-color: #E2397D;
}
</style>