Shades of Deep Cerise #E2258F
Tints of Deep Cerise #E2258F
RGB
CMYK
RGB Variations
Color information
#E2258F (or 0xE2258F) is known color: Deep Cerise. HEX triplet: E2, 25 and 8F. RGB value is (226,37,143). Sum of RGB (Red+Green+Blue) = 226+37+143=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2258F is #1DDA70. Grayscale: #696969. Windows color (decimal): -1956465 or 9381346. OLE color: 9381346.
HSL color Cylindrical-coordinate representation of color #E2258F: hue angle of 326.35º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2258F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 143 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.11 |
| HSL | 326.35º | 0.77% | 0.52% | - |
| HSV(B) | 326.35º | 0.84% | 0.89% | - |
| XYZ | 36.98 | 19.48 | 27.8 | - |
| YUV | 105.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 143 | 0 | 0.84 | 0.37 | 0.11 | 326.35 | 0.77 | 0.52 |
| Hex | E2 | 25 | 8F | 0 | 54 | 25 | B | 146 | 4D | 34 |
| Octal | 342 | 45 | 217 | 0 | 124 | 45 | 13 | 506 | 115 | 64 |
| Binary | 11100010 | 100101 | 10001111 | 0 | 1010100 | 100101 | 1011 | 101000110 | 1001101 | 110100 |
Color Harmonies of #E2258F
Complementary color
Monochromatic Colors of #E2258F
Black with #E2258F
Text Example
Text Example
White with #E2258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2258F; }
p { color: rgb(226,37,143); }
H1.HeaderClassName
{
color: #E2258F;
}
.AnyTagClassName
{
color: #E2258F;
}
</style>
background-color css
<style>
a { background-color: #E2258F; }
a { background-color: rgb(226,37,143); }
div.DivClassName
{
background-color: #E2258F;
}
.BgClassName
{
background-color: #E2258F;
}
</style>
border-color css
<style>
span { border-color: #E2258F; }
span { border-color: rgb(226,37,143); }
td.TdClassName
{
border-color: #E2258F;
}
.TagClassName
{
border-color: #E2258F;
}
</style>