Shades of Deep Cerise #E92D93
Tints of Deep Cerise #E92D93
RGB
CMYK
RGB Variations
Color information
#E92D93 (or 0xE92D93) is known color: Deep Cerise. HEX triplet: E9, 2D and 93. RGB value is (233,45,147). Sum of RGB (Red+Green+Blue) = 233+45+147=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D93 is #16D26C. Grayscale: #707070. Windows color (decimal): -1495661 or 9645545. OLE color: 9645545.
HSL color Cylindrical-coordinate representation of color #E92D93: hue angle of 327.45º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D93 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 147 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.09 |
| HSL | 327.45º | 0.81% | 0.55% | - |
| HSV(B) | 327.45º | 0.81% | 0.91% | - |
| XYZ | 39.81 | 21.31 | 29.62 | - |
| YUV | 112.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 147 | 0 | 0.81 | 0.37 | 0.09 | 327.45 | 0.81 | 0.55 |
| Hex | E9 | 2D | 93 | 0 | 51 | 25 | 9 | 147 | 51 | 37 |
| Octal | 351 | 55 | 223 | 0 | 121 | 45 | 11 | 507 | 121 | 67 |
| Binary | 11101001 | 101101 | 10010011 | 0 | 1010001 | 100101 | 1001 | 101000111 | 1010001 | 110111 |
Color Harmonies of #E92D93
Complementary color
Monochromatic Colors of #E92D93
Black with #E92D93
Text Example
Text Example
White with #E92D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D93; }
p { color: rgb(233,45,147); }
H1.HeaderClassName
{
color: #E92D93;
}
.AnyTagClassName
{
color: #E92D93;
}
</style>
background-color css
<style>
a { background-color: #E92D93; }
a { background-color: rgb(233,45,147); }
div.DivClassName
{
background-color: #E92D93;
}
.BgClassName
{
background-color: #E92D93;
}
</style>
border-color css
<style>
span { border-color: #E92D93; }
span { border-color: rgb(233,45,147); }
td.TdClassName
{
border-color: #E92D93;
}
.TagClassName
{
border-color: #E92D93;
}
</style>