Shades of Cerise #EB2C5E
Tints of Cerise #EB2C5E
RGB
CMYK
RGB Variations
Color information
#EB2C5E (or 0xEB2C5E) is known color: Cerise. HEX triplet: EB, 2C and 5E. RGB value is (235,44,94). Sum of RGB (Red+Green+Blue) = 235+44+94=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2C5E is #14D3A1. Grayscale: #6A6A6A. Windows color (decimal): -1364898 or 6171883. OLE color: 6171883.
HSL color Cylindrical-coordinate representation of color #EB2C5E: hue angle of 344.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2C5E is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 94 | - |
| CMYK | 0 | 0.81 | 0.6 | 0.08 |
| HSL | 344.29º | 0.83% | 0.55% | - |
| HSV(B) | 344.29º | 0.81% | 0.92% | - |
| XYZ | 37.18 | 20.27 | 12.54 | - |
| YUV | 106.81 | 120.78 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 94 | 0 | 0.81 | 0.6 | 0.08 | 344.29 | 0.83 | 0.55 |
| Hex | EB | 2C | 5E | 0 | 51 | 3C | 8 | 158 | 53 | 37 |
| Octal | 353 | 54 | 136 | 0 | 121 | 74 | 10 | 530 | 123 | 67 |
| Binary | 11101011 | 101100 | 1011110 | 0 | 1010001 | 111100 | 1000 | 101011000 | 1010011 | 110111 |
Color Harmonies of #EB2C5E
Complementary color
Monochromatic Colors of #EB2C5E
Black with #EB2C5E
Text Example
Text Example
White with #EB2C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C5E; }
p { color: rgb(235,44,94); }
H1.HeaderClassName
{
color: #EB2C5E;
}
.AnyTagClassName
{
color: #EB2C5E;
}
</style>
background-color css
<style>
a { background-color: #EB2C5E; }
a { background-color: rgb(235,44,94); }
div.DivClassName
{
background-color: #EB2C5E;
}
.BgClassName
{
background-color: #EB2C5E;
}
</style>
border-color css
<style>
span { border-color: #EB2C5E; }
span { border-color: rgb(235,44,94); }
td.TdClassName
{
border-color: #EB2C5E;
}
.TagClassName
{
border-color: #EB2C5E;
}
</style>