Shades of Deep Cerise #E2399C
Tints of Deep Cerise #E2399C
RGB
CMYK
RGB Variations
Color information
#E2399C (or 0xE2399C) is known color: Deep Cerise. HEX triplet: E2, 39 and 9C. RGB value is (226,57,156). Sum of RGB (Red+Green+Blue) = 226+57+156=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2399C is #1DC663. Grayscale: #767676. Windows color (decimal): -1951332 or 10238434. OLE color: 10238434.
HSL color Cylindrical-coordinate representation of color #E2399C: hue angle of 324.85º 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 #E2399C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 156 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.11 |
| HSL | 324.85º | 0.74% | 0.55% | - |
| HSV(B) | 324.85º | 0.75% | 0.89% | - |
| XYZ | 38.83 | 21.5 | 33.56 | - |
| YUV | 118.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 156 | 0 | 0.75 | 0.31 | 0.11 | 324.85 | 0.74 | 0.55 |
| Hex | E2 | 39 | 9C | 0 | 4B | 1F | B | 145 | 4A | 37 |
| Octal | 342 | 71 | 234 | 0 | 113 | 37 | 13 | 505 | 112 | 67 |
| Binary | 11100010 | 111001 | 10011100 | 0 | 1001011 | 11111 | 1011 | 101000101 | 1001010 | 110111 |
Color Harmonies of #E2399C
Complementary color
Monochromatic Colors of #E2399C
Black with #E2399C
Text Example
Text Example
White with #E2399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2399C; }
p { color: rgb(226,57,156); }
H1.HeaderClassName
{
color: #E2399C;
}
.AnyTagClassName
{
color: #E2399C;
}
</style>
background-color css
<style>
a { background-color: #E2399C; }
a { background-color: rgb(226,57,156); }
div.DivClassName
{
background-color: #E2399C;
}
.BgClassName
{
background-color: #E2399C;
}
</style>
border-color css
<style>
span { border-color: #E2399C; }
span { border-color: rgb(226,57,156); }
td.TdClassName
{
border-color: #E2399C;
}
.TagClassName
{
border-color: #E2399C;
}
</style>