Shades of Deep Cerise #E9298C
Tints of Deep Cerise #E9298C
RGB
CMYK
RGB Variations
Color information
#E9298C (or 0xE9298C) is known color: Deep Cerise. HEX triplet: E9, 29 and 8C. RGB value is (233,41,140). Sum of RGB (Red+Green+Blue) = 233+41+140=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E9298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9298C is #16D673. Grayscale: #6D6D6D. Windows color (decimal): -1496692 or 9185769. OLE color: 9185769.
HSL color Cylindrical-coordinate representation of color #E9298C: hue angle of 329.06º 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 #E9298C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 140 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.09 |
| HSL | 329.06º | 0.81% | 0.54% | - |
| HSV(B) | 329.06º | 0.82% | 0.91% | - |
| XYZ | 39.13 | 20.8 | 26.76 | - |
| YUV | 109.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 140 | 0 | 0.82 | 0.40 | 0.09 | 329.06 | 0.81 | 0.54 |
| Hex | E9 | 29 | 8C | 0 | 52 | 28 | 9 | 149 | 51 | 36 |
| Octal | 351 | 51 | 214 | 0 | 122 | 50 | 11 | 511 | 121 | 66 |
| Binary | 11101001 | 101001 | 10001100 | 0 | 1010010 | 101000 | 1001 | 101001001 | 1010001 | 110110 |
Color Harmonies of #E9298C
Complementary color
Monochromatic Colors of #E9298C
Black with #E9298C
Text Example
Text Example
White with #E9298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9298C; }
p { color: rgb(233,41,140); }
H1.HeaderClassName
{
color: #E9298C;
}
.AnyTagClassName
{
color: #E9298C;
}
</style>
background-color css
<style>
a { background-color: #E9298C; }
a { background-color: rgb(233,41,140); }
div.DivClassName
{
background-color: #E9298C;
}
.BgClassName
{
background-color: #E9298C;
}
</style>
border-color css
<style>
span { border-color: #E9298C; }
span { border-color: rgb(233,41,140); }
td.TdClassName
{
border-color: #E9298C;
}
.TagClassName
{
border-color: #E9298C;
}
</style>