Shades of Deep Cerise #E9208A
Tints of Deep Cerise #E9208A
RGB
CMYK
RGB Variations
Color information
#E9208A (or 0xE9208A) is known color: Deep Cerise. HEX triplet: E9, 20 and 8A. RGB value is (233,32,138). Sum of RGB (Red+Green+Blue) = 233+32+138=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E9208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9208A is #16DF75. Grayscale: #676767. Windows color (decimal): -1498998 or 9052393. OLE color: 9052393.
HSL color Cylindrical-coordinate representation of color #E9208A: hue angle of 328.36º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9208A is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 138 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.09 |
| HSL | 328.36º | 0.82% | 0.52% | - |
| HSV(B) | 328.36º | 0.86% | 0.91% | - |
| XYZ | 38.71 | 20.19 | 25.9 | - |
| YUV | 104.18 | 147.09 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 138 | 0 | 0.86 | 0.41 | 0.09 | 328.36 | 0.82 | 0.52 |
| Hex | E9 | 20 | 8A | 0 | 56 | 29 | 9 | 148 | 52 | 34 |
| Octal | 351 | 40 | 212 | 0 | 126 | 51 | 11 | 510 | 122 | 64 |
| Binary | 11101001 | 100000 | 10001010 | 0 | 1010110 | 101001 | 1001 | 101001000 | 1010010 | 110100 |
Color Harmonies of #E9208A
Complementary color
Monochromatic Colors of #E9208A
Black with #E9208A
Text Example
Text Example
White with #E9208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9208A; }
p { color: rgb(233,32,138); }
H1.HeaderClassName
{
color: #E9208A;
}
.AnyTagClassName
{
color: #E9208A;
}
</style>
background-color css
<style>
a { background-color: #E9208A; }
a { background-color: rgb(233,32,138); }
div.DivClassName
{
background-color: #E9208A;
}
.BgClassName
{
background-color: #E9208A;
}
</style>
border-color css
<style>
span { border-color: #E9208A; }
span { border-color: rgb(233,32,138); }
td.TdClassName
{
border-color: #E9208A;
}
.TagClassName
{
border-color: #E9208A;
}
</style>