Shades of Deep Cerise #E93A90
Tints of Deep Cerise #E93A90
RGB
CMYK
RGB Variations
Color information
#E93A90 (or 0xE93A90) is known color: Deep Cerise. HEX triplet: E9, 3A and 90. RGB value is (233,58,144). Sum of RGB (Red+Green+Blue) = 233+58+144=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93A90 is #16C56F. Grayscale: #777777. Windows color (decimal): -1492336 or 9452265. OLE color: 9452265.
HSL color Cylindrical-coordinate representation of color #E93A90: hue angle of 330.51º 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 #E93A90 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 144 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.09 |
| HSL | 330.51º | 0.8% | 0.57% | - |
| HSV(B) | 330.51º | 0.75% | 0.91% | - |
| XYZ | 40.15 | 22.36 | 28.59 | - |
| YUV | 120.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 144 | 0 | 0.75 | 0.38 | 0.09 | 330.51 | 0.8 | 0.57 |
| Hex | E9 | 3A | 90 | 0 | 4B | 26 | 9 | 14B | 50 | 39 |
| Octal | 351 | 72 | 220 | 0 | 113 | 46 | 11 | 513 | 120 | 71 |
| Binary | 11101001 | 111010 | 10010000 | 0 | 1001011 | 100110 | 1001 | 101001011 | 1010000 | 111001 |
Color Harmonies of #E93A90
Complementary color
Monochromatic Colors of #E93A90
Black with #E93A90
Text Example
Text Example
White with #E93A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A90; }
p { color: rgb(233,58,144); }
H1.HeaderClassName
{
color: #E93A90;
}
.AnyTagClassName
{
color: #E93A90;
}
</style>
background-color css
<style>
a { background-color: #E93A90; }
a { background-color: rgb(233,58,144); }
div.DivClassName
{
background-color: #E93A90;
}
.BgClassName
{
background-color: #E93A90;
}
</style>
border-color css
<style>
span { border-color: #E93A90; }
span { border-color: rgb(233,58,144); }
td.TdClassName
{
border-color: #E93A90;
}
.TagClassName
{
border-color: #E93A90;
}
</style>