Shades of Deep Cerise #E73B7D
Tints of Deep Cerise #E73B7D
RGB
CMYK
RGB Variations
Color information
#E73B7D (or 0xE73B7D) is known color: Deep Cerise. HEX triplet: E7, 3B and 7D. RGB value is (231,59,125). Sum of RGB (Red+Green+Blue) = 231+59+125=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73B7D is #18C482. Grayscale: #757575. Windows color (decimal): -1623171 or 8207335. OLE color: 8207335.
HSL color Cylindrical-coordinate representation of color #E73B7D: hue angle of 336.98º 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 #E73B7D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 125 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.09 |
| HSL | 336.98º | 0.78% | 0.57% | - |
| HSV(B) | 336.98º | 0.74% | 0.91% | - |
| XYZ | 38.22 | 21.6 | 21.56 | - |
| YUV | 117.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 125 | 0 | 0.74 | 0.46 | 0.09 | 336.98 | 0.78 | 0.57 |
| Hex | E7 | 3B | 7D | 0 | 4A | 2E | 9 | 151 | 4E | 39 |
| Octal | 347 | 73 | 175 | 0 | 112 | 56 | 11 | 521 | 116 | 71 |
| Binary | 11100111 | 111011 | 1111101 | 0 | 1001010 | 101110 | 1001 | 101010001 | 1001110 | 111001 |
Color Harmonies of #E73B7D
Complementary color
Monochromatic Colors of #E73B7D
Black with #E73B7D
Text Example
Text Example
White with #E73B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73B7D; }
p { color: rgb(231,59,125); }
H1.HeaderClassName
{
color: #E73B7D;
}
.AnyTagClassName
{
color: #E73B7D;
}
</style>
background-color css
<style>
a { background-color: #E73B7D; }
a { background-color: rgb(231,59,125); }
div.DivClassName
{
background-color: #E73B7D;
}
.BgClassName
{
background-color: #E73B7D;
}
</style>
border-color css
<style>
span { border-color: #E73B7D; }
span { border-color: rgb(231,59,125); }
td.TdClassName
{
border-color: #E73B7D;
}
.TagClassName
{
border-color: #E73B7D;
}
</style>