Shades of Deep Cerise #E93A8E
Tints of Deep Cerise #E93A8E
RGB
CMYK
RGB Variations
Color information
#E93A8E (or 0xE93A8E) is known color: Deep Cerise. HEX triplet: E9, 3A and 8E. RGB value is (233,58,142). Sum of RGB (Red+Green+Blue) = 233+58+142=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93A8E is #16C571. Grayscale: #777777. Windows color (decimal): -1492338 or 9321193. OLE color: 9321193.
HSL color Cylindrical-coordinate representation of color #E93A8E: hue angle of 331.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A8E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 142 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.09 |
| HSL | 331.2º | 0.8% | 0.57% | - |
| HSV(B) | 331.2º | 0.75% | 0.91% | - |
| XYZ | 40 | 22.3 | 27.79 | - |
| YUV | 119.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 142 | 0 | 0.75 | 0.39 | 0.09 | 331.2 | 0.8 | 0.57 |
| Hex | E9 | 3A | 8E | 0 | 4B | 27 | 9 | 14B | 50 | 39 |
| Octal | 351 | 72 | 216 | 0 | 113 | 47 | 11 | 513 | 120 | 71 |
| Binary | 11101001 | 111010 | 10001110 | 0 | 1001011 | 100111 | 1001 | 101001011 | 1010000 | 111001 |
Color Harmonies of #E93A8E
Complementary color
Monochromatic Colors of #E93A8E
Black with #E93A8E
Text Example
Text Example
White with #E93A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A8E; }
p { color: rgb(233,58,142); }
H1.HeaderClassName
{
color: #E93A8E;
}
.AnyTagClassName
{
color: #E93A8E;
}
</style>
background-color css
<style>
a { background-color: #E93A8E; }
a { background-color: rgb(233,58,142); }
div.DivClassName
{
background-color: #E93A8E;
}
.BgClassName
{
background-color: #E93A8E;
}
</style>
border-color css
<style>
span { border-color: #E93A8E; }
span { border-color: rgb(233,58,142); }
td.TdClassName
{
border-color: #E93A8E;
}
.TagClassName
{
border-color: #E93A8E;
}
</style>