Shades of Deep Cerise #E1209B
Tints of Deep Cerise #E1209B
RGB
CMYK
RGB Variations
Color information
#E1209B (or 0xE1209B) is known color: Deep Cerise. HEX triplet: E1, 20 and 9B. RGB value is (225,32,155). Sum of RGB (Red+Green+Blue) = 225+32+155=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1209B is #1EDF64. Grayscale: #676767. Windows color (decimal): -2023269 or 10166497. OLE color: 10166497.
HSL color Cylindrical-coordinate representation of color #E1209B: hue angle of 321.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1209B is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 155 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.12 |
| HSL | 321.76º | 0.76% | 0.5% | - |
| HSV(B) | 321.76º | 0.86% | 0.88% | - |
| XYZ | 37.48 | 19.41 | 32.78 | - |
| YUV | 103.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 155 | 0 | 0.86 | 0.31 | 0.12 | 321.76 | 0.76 | 0.5 |
| Hex | E1 | 20 | 9B | 0 | 56 | 1F | C | 142 | 4C | 32 |
| Octal | 341 | 40 | 233 | 0 | 126 | 37 | 14 | 502 | 114 | 62 |
| Binary | 11100001 | 100000 | 10011011 | 0 | 1010110 | 11111 | 1100 | 101000010 | 1001100 | 110010 |
Color Harmonies of #E1209B
Complementary color
Monochromatic Colors of #E1209B
Black with #E1209B
Text Example
Text Example
White with #E1209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1209B; }
p { color: rgb(225,32,155); }
H1.HeaderClassName
{
color: #E1209B;
}
.AnyTagClassName
{
color: #E1209B;
}
</style>
background-color css
<style>
a { background-color: #E1209B; }
a { background-color: rgb(225,32,155); }
div.DivClassName
{
background-color: #E1209B;
}
.BgClassName
{
background-color: #E1209B;
}
</style>
border-color css
<style>
span { border-color: #E1209B; }
span { border-color: rgb(225,32,155); }
td.TdClassName
{
border-color: #E1209B;
}
.TagClassName
{
border-color: #E1209B;
}
</style>