Shades of Deep Cerise #E93A8C
Tints of Deep Cerise #E93A8C
RGB
CMYK
RGB Variations
Color information
#E93A8C (or 0xE93A8C) is known color: Deep Cerise. HEX triplet: E9, 3A and 8C. RGB value is (233,58,140). Sum of RGB (Red+Green+Blue) = 233+58+140=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93A8C is #16C573. Grayscale: #777777. Windows color (decimal): -1492340 or 9190121. OLE color: 9190121.
HSL color Cylindrical-coordinate representation of color #E93A8C: hue angle of 331.89º 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 #E93A8C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 58 | 140 | - |
CMYK | 0 | 0.75 | 0.40 | 0.09 |
HSL | 331.89º | 0.8% | 0.57% | - |
HSV(B) | 331.89º | 0.75% | 0.91% | - |
XYZ | 39.85 | 22.24 | 27 | - |
YUV | 119.67 | 139.48 | 208.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 58 | 140 | 0 | 0.75 | 0.40 | 0.09 | 331.89 | 0.8 | 0.57 |
Hex | E9 | 3A | 8C | 0 | 4B | 28 | 9 | 14C | 50 | 39 |
Octal | 351 | 72 | 214 | 0 | 113 | 50 | 11 | 514 | 120 | 71 |
Binary | 11101001 | 111010 | 10001100 | 0 | 1001011 | 101000 | 1001 | 101001100 | 1010000 | 111001 |
Color Harmonies of #E93A8C
Complementary color
Monochromatic Colors of #E93A8C
Black with #E93A8C
Text Example
Text Example
White with #E93A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A8C; }
p { color: rgb(233,58,140); }
H1.HeaderClassName
{
color: #E93A8C;
}
.AnyTagClassName
{
color: #E93A8C;
}
</style>
background-color css
<style>
a { background-color: #E93A8C; }
a { background-color: rgb(233,58,140); }
div.DivClassName
{
background-color: #E93A8C;
}
.BgClassName
{
background-color: #E93A8C;
}
</style>
border-color css
<style>
span { border-color: #E93A8C; }
span { border-color: rgb(233,58,140); }
td.TdClassName
{
border-color: #E93A8C;
}
.TagClassName
{
border-color: #E93A8C;
}
</style>