Shades of Cerise #EB3C5E
Tints of Cerise #EB3C5E
RGB
CMYK
RGB Variations
Color information
#EB3C5E (or 0xEB3C5E) is known color: Cerise. HEX triplet: EB, 3C and 5E. RGB value is (235,60,94). Sum of RGB (Red+Green+Blue) = 235+60+94=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C5E is #14C3A1. Grayscale: #747474. Windows color (decimal): -1360802 or 6175979. OLE color: 6175979.
HSL color Cylindrical-coordinate representation of color #EB3C5E: hue angle of 348.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C5E is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 60 | 94 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.08 |
| HSL | 348.34º | 0.81% | 0.58% | - |
| HSV(B) | 348.34º | 0.74% | 0.92% | - |
| XYZ | 37.9 | 21.7 | 12.78 | - |
| YUV | 116.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 60 | 94 | 0 | 0.74 | 0.6 | 0.08 | 348.34 | 0.81 | 0.58 |
| Hex | EB | 3C | 5E | 0 | 4A | 3C | 8 | 15C | 51 | 3A |
| Octal | 353 | 74 | 136 | 0 | 112 | 74 | 10 | 534 | 121 | 72 |
| Binary | 11101011 | 111100 | 1011110 | 0 | 1001010 | 111100 | 1000 | 101011100 | 1010001 | 111010 |
Color Harmonies of #EB3C5E
Complementary color
Monochromatic Colors of #EB3C5E
Black with #EB3C5E
Text Example
Text Example
White with #EB3C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3C5E; }
p { color: rgb(235,60,94); }
H1.HeaderClassName
{
color: #EB3C5E;
}
.AnyTagClassName
{
color: #EB3C5E;
}
</style>
background-color css
<style>
a { background-color: #EB3C5E; }
a { background-color: rgb(235,60,94); }
div.DivClassName
{
background-color: #EB3C5E;
}
.BgClassName
{
background-color: #EB3C5E;
}
</style>
border-color css
<style>
span { border-color: #EB3C5E; }
span { border-color: rgb(235,60,94); }
td.TdClassName
{
border-color: #EB3C5E;
}
.TagClassName
{
border-color: #EB3C5E;
}
</style>