Shades of Cerise #E93266
Tints of Cerise #E93266
RGB
CMYK
RGB Variations
Color information
#E93266 (or 0xE93266) is known color: Cerise. HEX triplet: E9, 32 and 66. RGB value is (233,50,102). Sum of RGB (Red+Green+Blue) = 233+50+102=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E93266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93266 is #16CD99. Grayscale: #6E6E6E. Windows color (decimal): -1494426 or 6697705. OLE color: 6697705.
HSL color Cylindrical-coordinate representation of color #E93266: hue angle of 342.95º 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 #E93266 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 102 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.09 |
| HSL | 342.95º | 0.81% | 0.55% | - |
| HSV(B) | 342.95º | 0.79% | 0.91% | - |
| XYZ | 37.14 | 20.56 | 14.58 | - |
| YUV | 110.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 102 | 0 | 0.79 | 0.56 | 0.09 | 342.95 | 0.81 | 0.55 |
| Hex | E9 | 32 | 66 | 0 | 4F | 38 | 9 | 157 | 51 | 37 |
| Octal | 351 | 62 | 146 | 0 | 117 | 70 | 11 | 527 | 121 | 67 |
| Binary | 11101001 | 110010 | 1100110 | 0 | 1001111 | 111000 | 1001 | 101010111 | 1010001 | 110111 |
Color Harmonies of #E93266
Complementary color
Monochromatic Colors of #E93266
Black with #E93266
Text Example
Text Example
White with #E93266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93266; }
p { color: rgb(233,50,102); }
H1.HeaderClassName
{
color: #E93266;
}
.AnyTagClassName
{
color: #E93266;
}
</style>
background-color css
<style>
a { background-color: #E93266; }
a { background-color: rgb(233,50,102); }
div.DivClassName
{
background-color: #E93266;
}
.BgClassName
{
background-color: #E93266;
}
</style>
border-color css
<style>
span { border-color: #E93266; }
span { border-color: rgb(233,50,102); }
td.TdClassName
{
border-color: #E93266;
}
.TagClassName
{
border-color: #E93266;
}
</style>