Shades of Cerise #E93068
Tints of Cerise #E93068
RGB
CMYK
RGB Variations
Color information
#E93068 (or 0xE93068) is known color: Cerise. HEX triplet: E9, 30 and 68. RGB value is (233,48,104). Sum of RGB (Red+Green+Blue) = 233+48+104=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E93068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93068 is #16CF97. Grayscale: #6D6D6D. Windows color (decimal): -1494936 or 6828265. OLE color: 6828265.
HSL color Cylindrical-coordinate representation of color #E93068: hue angle of 341.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E93068 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 104 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.09 |
| HSL | 341.84º | 0.81% | 0.55% | - |
| HSV(B) | 341.84º | 0.79% | 0.91% | - |
| XYZ | 37.16 | 20.44 | 15.08 | - |
| YUV | 109.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 104 | 0 | 0.79 | 0.55 | 0.09 | 341.84 | 0.81 | 0.55 |
| Hex | E9 | 30 | 68 | 0 | 4F | 37 | 9 | 156 | 51 | 37 |
| Octal | 351 | 60 | 150 | 0 | 117 | 67 | 11 | 526 | 121 | 67 |
| Binary | 11101001 | 110000 | 1101000 | 0 | 1001111 | 110111 | 1001 | 101010110 | 1010001 | 110111 |
Color Harmonies of #E93068
Complementary color
Monochromatic Colors of #E93068
Black with #E93068
Text Example
Text Example
White with #E93068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93068; }
p { color: rgb(233,48,104); }
H1.HeaderClassName
{
color: #E93068;
}
.AnyTagClassName
{
color: #E93068;
}
</style>
background-color css
<style>
a { background-color: #E93068; }
a { background-color: rgb(233,48,104); }
div.DivClassName
{
background-color: #E93068;
}
.BgClassName
{
background-color: #E93068;
}
</style>
border-color css
<style>
span { border-color: #E93068; }
span { border-color: rgb(233,48,104); }
td.TdClassName
{
border-color: #E93068;
}
.TagClassName
{
border-color: #E93068;
}
</style>