Shades of Cerise #E93D72
Tints of Cerise #E93D72
RGB
CMYK
RGB Variations
Color information
#E93D72 (or 0xE93D72) is known color: Cerise. HEX triplet: E9, 3D and 72. RGB value is (233,61,114). Sum of RGB (Red+Green+Blue) = 233+61+114=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D72 is #16C28D. Grayscale: #767676. Windows color (decimal): -1491598 or 7486953. OLE color: 7486953.
HSL color Cylindrical-coordinate representation of color #E93D72: hue angle of 341.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93D72 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 114 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.09 |
| HSL | 341.51º | 0.8% | 0.58% | - |
| HSV(B) | 341.51º | 0.74% | 0.91% | - |
| XYZ | 38.31 | 21.88 | 18.12 | - |
| YUV | 118.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 114 | 0 | 0.74 | 0.51 | 0.09 | 341.51 | 0.8 | 0.58 |
| Hex | E9 | 3D | 72 | 0 | 4A | 33 | 9 | 156 | 50 | 3A |
| Octal | 351 | 75 | 162 | 0 | 112 | 63 | 11 | 526 | 120 | 72 |
| Binary | 11101001 | 111101 | 1110010 | 0 | 1001010 | 110011 | 1001 | 101010110 | 1010000 | 111010 |
Color Harmonies of #E93D72
Complementary color
Monochromatic Colors of #E93D72
Black with #E93D72
Text Example
Text Example
White with #E93D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D72; }
p { color: rgb(233,61,114); }
H1.HeaderClassName
{
color: #E93D72;
}
.AnyTagClassName
{
color: #E93D72;
}
</style>
background-color css
<style>
a { background-color: #E93D72; }
a { background-color: rgb(233,61,114); }
div.DivClassName
{
background-color: #E93D72;
}
.BgClassName
{
background-color: #E93D72;
}
</style>
border-color css
<style>
span { border-color: #E93D72; }
span { border-color: rgb(233,61,114); }
td.TdClassName
{
border-color: #E93D72;
}
.TagClassName
{
border-color: #E93D72;
}
</style>