Shades of Cerise #E93D5E
Tints of Cerise #E93D5E
RGB
CMYK
RGB Variations
Color information
#E93D5E (or 0xE93D5E) is known color: Cerise. HEX triplet: E9, 3D and 5E. RGB value is (233,61,94). Sum of RGB (Red+Green+Blue) = 233+61+94=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93D5E is #16C2A1. Grayscale: #747474. Windows color (decimal): -1491618 or 6176233. OLE color: 6176233.
HSL color Cylindrical-coordinate representation of color #E93D5E: hue angle of 348.49º 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 #E93D5E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 94 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.09 |
| HSL | 348.49º | 0.8% | 0.58% | - |
| HSV(B) | 348.49º | 0.74% | 0.91% | - |
| XYZ | 37.29 | 21.47 | 12.77 | - |
| YUV | 116.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 94 | 0 | 0.74 | 0.60 | 0.09 | 348.49 | 0.8 | 0.58 |
| Hex | E9 | 3D | 5E | 0 | 4A | 3C | 9 | 15C | 50 | 3A |
| Octal | 351 | 75 | 136 | 0 | 112 | 74 | 11 | 534 | 120 | 72 |
| Binary | 11101001 | 111101 | 1011110 | 0 | 1001010 | 111100 | 1001 | 101011100 | 1010000 | 111010 |
Color Harmonies of #E93D5E
Complementary color
Monochromatic Colors of #E93D5E
Black with #E93D5E
Text Example
Text Example
White with #E93D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D5E; }
p { color: rgb(233,61,94); }
H1.HeaderClassName
{
color: #E93D5E;
}
.AnyTagClassName
{
color: #E93D5E;
}
</style>
background-color css
<style>
a { background-color: #E93D5E; }
a { background-color: rgb(233,61,94); }
div.DivClassName
{
background-color: #E93D5E;
}
.BgClassName
{
background-color: #E93D5E;
}
</style>
border-color css
<style>
span { border-color: #E93D5E; }
span { border-color: rgb(233,61,94); }
td.TdClassName
{
border-color: #E93D5E;
}
.TagClassName
{
border-color: #E93D5E;
}
</style>