Shades of Deep Cerise #E92F85
Tints of Deep Cerise #E92F85
RGB
CMYK
RGB Variations
Color information
#E92F85 (or 0xE92F85) is known color: Deep Cerise. HEX triplet: E9, 2F and 85. RGB value is (233,47,133). Sum of RGB (Red+Green+Blue) = 233+47+133=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92F85 is #16D07A. Grayscale: #707070. Windows color (decimal): -1495163 or 8728553. OLE color: 8728553.
HSL color Cylindrical-coordinate representation of color #E92F85: hue angle of 332.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F85 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 133 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.09 |
| HSL | 332.26º | 0.81% | 0.55% | - |
| HSV(B) | 332.26º | 0.8% | 0.91% | - |
| XYZ | 38.85 | 21.05 | 24.21 | - |
| YUV | 112.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 133 | 0 | 0.80 | 0.43 | 0.09 | 332.26 | 0.81 | 0.55 |
| Hex | E9 | 2F | 85 | 0 | 50 | 2B | 9 | 14C | 51 | 37 |
| Octal | 351 | 57 | 205 | 0 | 120 | 53 | 11 | 514 | 121 | 67 |
| Binary | 11101001 | 101111 | 10000101 | 0 | 1010000 | 101011 | 1001 | 101001100 | 1010001 | 110111 |
Color Harmonies of #E92F85
Complementary color
Monochromatic Colors of #E92F85
Black with #E92F85
Text Example
Text Example
White with #E92F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F85; }
p { color: rgb(233,47,133); }
H1.HeaderClassName
{
color: #E92F85;
}
.AnyTagClassName
{
color: #E92F85;
}
</style>
background-color css
<style>
a { background-color: #E92F85; }
a { background-color: rgb(233,47,133); }
div.DivClassName
{
background-color: #E92F85;
}
.BgClassName
{
background-color: #E92F85;
}
</style>
border-color css
<style>
span { border-color: #E92F85; }
span { border-color: rgb(233,47,133); }
td.TdClassName
{
border-color: #E92F85;
}
.TagClassName
{
border-color: #E92F85;
}
</style>