Shades of Deep Cerise #E73D96
Tints of Deep Cerise #E73D96
RGB
CMYK
RGB Variations
Color information
#E73D96 (or 0xE73D96) is known color: Deep Cerise. HEX triplet: E7, 3D and 96. RGB value is (231,61,150). Sum of RGB (Red+Green+Blue) = 231+61+150=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73D96 is #18C269. Grayscale: #797979. Windows color (decimal): -1622634 or 9846247. OLE color: 9846247.
HSL color Cylindrical-coordinate representation of color #E73D96: hue angle of 328.59º 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 #E73D96 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 150 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.09 |
| HSL | 328.59º | 0.78% | 0.57% | - |
| HSV(B) | 328.59º | 0.74% | 0.91% | - |
| XYZ | 40.13 | 22.53 | 31.09 | - |
| YUV | 121.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 150 | 0 | 0.74 | 0.35 | 0.09 | 328.59 | 0.78 | 0.57 |
| Hex | E7 | 3D | 96 | 0 | 4A | 23 | 9 | 149 | 4E | 39 |
| Octal | 347 | 75 | 226 | 0 | 112 | 43 | 11 | 511 | 116 | 71 |
| Binary | 11100111 | 111101 | 10010110 | 0 | 1001010 | 100011 | 1001 | 101001001 | 1001110 | 111001 |
Color Harmonies of #E73D96
Complementary color
Monochromatic Colors of #E73D96
Black with #E73D96
Text Example
Text Example
White with #E73D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D96; }
p { color: rgb(231,61,150); }
H1.HeaderClassName
{
color: #E73D96;
}
.AnyTagClassName
{
color: #E73D96;
}
</style>
background-color css
<style>
a { background-color: #E73D96; }
a { background-color: rgb(231,61,150); }
div.DivClassName
{
background-color: #E73D96;
}
.BgClassName
{
background-color: #E73D96;
}
</style>
border-color css
<style>
span { border-color: #E73D96; }
span { border-color: rgb(231,61,150); }
td.TdClassName
{
border-color: #E73D96;
}
.TagClassName
{
border-color: #E73D96;
}
</style>