Shades of Deep Cerise #E73B96
Tints of Deep Cerise #E73B96
RGB
CMYK
RGB Variations
Color information
#E73B96 (or 0xE73B96) is known color: Deep Cerise. HEX triplet: E7, 3B and 96. RGB value is (231,59,150). Sum of RGB (Red+Green+Blue) = 231+59+150=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73B96 is #18C469. Grayscale: #787878. Windows color (decimal): -1623146 or 9845735. OLE color: 9845735.
HSL color Cylindrical-coordinate representation of color #E73B96: hue angle of 328.26º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73B96 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 150 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.09 |
| HSL | 328.26º | 0.78% | 0.57% | - |
| HSV(B) | 328.26º | 0.74% | 0.91% | - |
| XYZ | 40.02 | 22.32 | 31.05 | - |
| YUV | 120.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 150 | 0 | 0.74 | 0.35 | 0.09 | 328.26 | 0.78 | 0.57 |
| Hex | E7 | 3B | 96 | 0 | 4A | 23 | 9 | 148 | 4E | 39 |
| Octal | 347 | 73 | 226 | 0 | 112 | 43 | 11 | 510 | 116 | 71 |
| Binary | 11100111 | 111011 | 10010110 | 0 | 1001010 | 100011 | 1001 | 101001000 | 1001110 | 111001 |
Color Harmonies of #E73B96
Complementary color
Monochromatic Colors of #E73B96
Black with #E73B96
Text Example
Text Example
White with #E73B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73B96; }
p { color: rgb(231,59,150); }
H1.HeaderClassName
{
color: #E73B96;
}
.AnyTagClassName
{
color: #E73B96;
}
</style>
background-color css
<style>
a { background-color: #E73B96; }
a { background-color: rgb(231,59,150); }
div.DivClassName
{
background-color: #E73B96;
}
.BgClassName
{
background-color: #E73B96;
}
</style>
border-color css
<style>
span { border-color: #E73B96; }
span { border-color: rgb(231,59,150); }
td.TdClassName
{
border-color: #E73B96;
}
.TagClassName
{
border-color: #E73B96;
}
</style>