Shades of Deep Cerise #E2399D
Tints of Deep Cerise #E2399D
RGB
CMYK
RGB Variations
Color information
#E2399D (or 0xE2399D) is known color: Deep Cerise. HEX triplet: E2, 39 and 9D. RGB value is (226,57,157). Sum of RGB (Red+Green+Blue) = 226+57+157=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2399D is #1DC662. Grayscale: #767676. Windows color (decimal): -1951331 or 10303970. OLE color: 10303970.
HSL color Cylindrical-coordinate representation of color #E2399D: hue angle of 324.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 #E2399D is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 157 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.11 |
| HSL | 324.5º | 0.74% | 0.55% | - |
| HSV(B) | 324.5º | 0.75% | 0.89% | - |
| XYZ | 38.91 | 21.53 | 34 | - |
| YUV | 118.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 157 | 0 | 0.75 | 0.31 | 0.11 | 324.5 | 0.74 | 0.55 |
| Hex | E2 | 39 | 9D | 0 | 4B | 1F | B | 144 | 4A | 37 |
| Octal | 342 | 71 | 235 | 0 | 113 | 37 | 13 | 504 | 112 | 67 |
| Binary | 11100010 | 111001 | 10011101 | 0 | 1001011 | 11111 | 1011 | 101000100 | 1001010 | 110111 |
Color Harmonies of #E2399D
Complementary color
Monochromatic Colors of #E2399D
Black with #E2399D
Text Example
Text Example
White with #E2399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2399D; }
p { color: rgb(226,57,157); }
H1.HeaderClassName
{
color: #E2399D;
}
.AnyTagClassName
{
color: #E2399D;
}
</style>
background-color css
<style>
a { background-color: #E2399D; }
a { background-color: rgb(226,57,157); }
div.DivClassName
{
background-color: #E2399D;
}
.BgClassName
{
background-color: #E2399D;
}
</style>
border-color css
<style>
span { border-color: #E2399D; }
span { border-color: rgb(226,57,157); }
td.TdClassName
{
border-color: #E2399D;
}
.TagClassName
{
border-color: #E2399D;
}
</style>