Shades of Deep Cerise #E8238B
Tints of Deep Cerise #E8238B
RGB
CMYK
RGB Variations
Color information
#E8238B (or 0xE8238B) is known color: Deep Cerise. HEX triplet: E8, 23 and 8B. RGB value is (232,35,139). Sum of RGB (Red+Green+Blue) = 232+35+139=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8238B is #17DC74. Grayscale: #696969. Windows color (decimal): -1563765 or 9118696. OLE color: 9118696.
HSL color Cylindrical-coordinate representation of color #E8238B: hue angle of 328.32º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8238B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 139 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.09 |
| HSL | 328.32º | 0.81% | 0.52% | - |
| HSV(B) | 328.32º | 0.85% | 0.91% | - |
| XYZ | 38.54 | 20.22 | 26.3 | - |
| YUV | 105.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 139 | 0 | 0.85 | 0.40 | 0.09 | 328.32 | 0.81 | 0.52 |
| Hex | E8 | 23 | 8B | 0 | 55 | 28 | 9 | 148 | 51 | 34 |
| Octal | 350 | 43 | 213 | 0 | 125 | 50 | 11 | 510 | 121 | 64 |
| Binary | 11101000 | 100011 | 10001011 | 0 | 1010101 | 101000 | 1001 | 101001000 | 1010001 | 110100 |
Color Harmonies of #E8238B
Complementary color
Monochromatic Colors of #E8238B
Black with #E8238B
Text Example
Text Example
White with #E8238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8238B; }
p { color: rgb(232,35,139); }
H1.HeaderClassName
{
color: #E8238B;
}
.AnyTagClassName
{
color: #E8238B;
}
</style>
background-color css
<style>
a { background-color: #E8238B; }
a { background-color: rgb(232,35,139); }
div.DivClassName
{
background-color: #E8238B;
}
.BgClassName
{
background-color: #E8238B;
}
</style>
border-color css
<style>
span { border-color: #E8238B; }
span { border-color: rgb(232,35,139); }
td.TdClassName
{
border-color: #E8238B;
}
.TagClassName
{
border-color: #E8238B;
}
</style>