Shades of Deep Cerise #E92A8A
Tints of Deep Cerise #E92A8A
RGB
CMYK
RGB Variations
Color information
#E92A8A (or 0xE92A8A) is known color: Deep Cerise. HEX triplet: E9, 2A and 8A. RGB value is (233,42,138). Sum of RGB (Red+Green+Blue) = 233+42+138=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92A8A is #16D575. Grayscale: #6D6D6D. Windows color (decimal): -1496438 or 9054953. OLE color: 9054953.
HSL color Cylindrical-coordinate representation of color #E92A8A: hue angle of 329.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A8A is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 42 | 138 | - |
CMYK | 0 | 0.82 | 0.41 | 0.09 |
HSL | 329.84º | 0.81% | 0.54% | - |
HSV(B) | 329.84º | 0.82% | 0.91% | - |
XYZ | 39.02 | 20.81 | 26.01 | - |
YUV | 110.05 | 143.78 | 215.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 42 | 138 | 0 | 0.82 | 0.41 | 0.09 | 329.84 | 0.81 | 0.54 |
Hex | E9 | 2A | 8A | 0 | 52 | 29 | 9 | 14A | 51 | 36 |
Octal | 351 | 52 | 212 | 0 | 122 | 51 | 11 | 512 | 121 | 66 |
Binary | 11101001 | 101010 | 10001010 | 0 | 1010010 | 101001 | 1001 | 101001010 | 1010001 | 110110 |
Color Harmonies of #E92A8A
Complementary color
Monochromatic Colors of #E92A8A
Black with #E92A8A
Text Example
Text Example
White with #E92A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A8A; }
p { color: rgb(233,42,138); }
H1.HeaderClassName
{
color: #E92A8A;
}
.AnyTagClassName
{
color: #E92A8A;
}
</style>
background-color css
<style>
a { background-color: #E92A8A; }
a { background-color: rgb(233,42,138); }
div.DivClassName
{
background-color: #E92A8A;
}
.BgClassName
{
background-color: #E92A8A;
}
</style>
border-color css
<style>
span { border-color: #E92A8A; }
span { border-color: rgb(233,42,138); }
td.TdClassName
{
border-color: #E92A8A;
}
.TagClassName
{
border-color: #E92A8A;
}
</style>