Shades of Deep Cerise #E2289B
Tints of Deep Cerise #E2289B
RGB
CMYK
RGB Variations
Color information
#E2289B (or 0xE2289B) is known color: Deep Cerise. HEX triplet: E2, 28 and 9B. RGB value is (226,40,155). Sum of RGB (Red+Green+Blue) = 226+40+155=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2289B is #1DD764. Grayscale: #6C6C6C. Windows color (decimal): -1955685 or 10168546. OLE color: 10168546.
HSL color Cylindrical-coordinate representation of color #E2289B: hue angle of 322.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2289B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 155 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.11 |
| HSL | 322.9º | 0.76% | 0.52% | - |
| HSV(B) | 322.9º | 0.82% | 0.89% | - |
| XYZ | 38.04 | 20.05 | 32.88 | - |
| YUV | 108.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 155 | 0 | 0.82 | 0.31 | 0.11 | 322.9 | 0.76 | 0.52 |
| Hex | E2 | 28 | 9B | 0 | 52 | 1F | B | 143 | 4C | 34 |
| Octal | 342 | 50 | 233 | 0 | 122 | 37 | 13 | 503 | 114 | 64 |
| Binary | 11100010 | 101000 | 10011011 | 0 | 1010010 | 11111 | 1011 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E2289B
Complementary color
Monochromatic Colors of #E2289B
Black with #E2289B
Text Example
Text Example
White with #E2289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2289B; }
p { color: rgb(226,40,155); }
H1.HeaderClassName
{
color: #E2289B;
}
.AnyTagClassName
{
color: #E2289B;
}
</style>
background-color css
<style>
a { background-color: #E2289B; }
a { background-color: rgb(226,40,155); }
div.DivClassName
{
background-color: #E2289B;
}
.BgClassName
{
background-color: #E2289B;
}
</style>
border-color css
<style>
span { border-color: #E2289B; }
span { border-color: rgb(226,40,155); }
td.TdClassName
{
border-color: #E2289B;
}
.TagClassName
{
border-color: #E2289B;
}
</style>