Shades of Deep Cerise #E9298B
Tints of Deep Cerise #E9298B
RGB
CMYK
RGB Variations
Color information
#E9298B (or 0xE9298B) is known color: Deep Cerise. HEX triplet: E9, 29 and 8B. RGB value is (233,41,139). Sum of RGB (Red+Green+Blue) = 233+41+139=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E9298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9298B is #16D674. Grayscale: #6D6D6D. Windows color (decimal): -1496693 or 9120233. OLE color: 9120233.
HSL color Cylindrical-coordinate representation of color #E9298B: hue angle of 329.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9298B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 139 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.09 |
| HSL | 329.38º | 0.81% | 0.54% | - |
| HSV(B) | 329.38º | 0.82% | 0.91% | - |
| XYZ | 39.06 | 20.77 | 26.38 | - |
| YUV | 109.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 139 | 0 | 0.82 | 0.40 | 0.09 | 329.38 | 0.81 | 0.54 |
| Hex | E9 | 29 | 8B | 0 | 52 | 28 | 9 | 149 | 51 | 36 |
| Octal | 351 | 51 | 213 | 0 | 122 | 50 | 11 | 511 | 121 | 66 |
| Binary | 11101001 | 101001 | 10001011 | 0 | 1010010 | 101000 | 1001 | 101001001 | 1010001 | 110110 |
Color Harmonies of #E9298B
Complementary color
Monochromatic Colors of #E9298B
Black with #E9298B
Text Example
Text Example
White with #E9298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9298B; }
p { color: rgb(233,41,139); }
H1.HeaderClassName
{
color: #E9298B;
}
.AnyTagClassName
{
color: #E9298B;
}
</style>
background-color css
<style>
a { background-color: #E9298B; }
a { background-color: rgb(233,41,139); }
div.DivClassName
{
background-color: #E9298B;
}
.BgClassName
{
background-color: #E9298B;
}
</style>
border-color css
<style>
span { border-color: #E9298B; }
span { border-color: rgb(233,41,139); }
td.TdClassName
{
border-color: #E9298B;
}
.TagClassName
{
border-color: #E9298B;
}
</style>