Shades of Deep Cerise #E92C7F
Tints of Deep Cerise #E92C7F
RGB
CMYK
RGB Variations
Color information
#E92C7F (or 0xE92C7F) is known color: Deep Cerise. HEX triplet: E9, 2C and 7F. RGB value is (233,44,127). Sum of RGB (Red+Green+Blue) = 233+44+127=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C7F is #16D380. Grayscale: #6D6D6D. Windows color (decimal): -1495937 or 8334569. OLE color: 8334569.
HSL color Cylindrical-coordinate representation of color #E92C7F: hue angle of 333.65º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C7F is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 127 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.09 |
| HSL | 333.65º | 0.81% | 0.54% | - |
| HSV(B) | 333.65º | 0.81% | 0.91% | - |
| XYZ | 38.34 | 20.66 | 22.05 | - |
| YUV | 109.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 127 | 0 | 0.81 | 0.45 | 0.09 | 333.65 | 0.81 | 0.54 |
| Hex | E9 | 2C | 7F | 0 | 51 | 2D | 9 | 14E | 51 | 36 |
| Octal | 351 | 54 | 177 | 0 | 121 | 55 | 11 | 516 | 121 | 66 |
| Binary | 11101001 | 101100 | 1111111 | 0 | 1010001 | 101101 | 1001 | 101001110 | 1010001 | 110110 |
Color Harmonies of #E92C7F
Complementary color
Monochromatic Colors of #E92C7F
Black with #E92C7F
Text Example
Text Example
White with #E92C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C7F; }
p { color: rgb(233,44,127); }
H1.HeaderClassName
{
color: #E92C7F;
}
.AnyTagClassName
{
color: #E92C7F;
}
</style>
background-color css
<style>
a { background-color: #E92C7F; }
a { background-color: rgb(233,44,127); }
div.DivClassName
{
background-color: #E92C7F;
}
.BgClassName
{
background-color: #E92C7F;
}
</style>
border-color css
<style>
span { border-color: #E92C7F; }
span { border-color: rgb(233,44,127); }
td.TdClassName
{
border-color: #E92C7F;
}
.TagClassName
{
border-color: #E92C7F;
}
</style>