Shades of Cerise #EB2D76
Tints of Cerise #EB2D76
RGB
CMYK
RGB Variations
Color information
#EB2D76 (or 0xEB2D76) is known color: Cerise. HEX triplet: EB, 2D and 76. RGB value is (235,45,118). Sum of RGB (Red+Green+Blue) = 235+45+118=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D76 is #14D289. Grayscale: #6E6E6E. Windows color (decimal): -1364618 or 7745003. OLE color: 7745003.
HSL color Cylindrical-coordinate representation of color #EB2D76: hue angle of 336.95º 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 #EB2D76 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 118 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.08 |
| HSL | 336.95º | 0.83% | 0.55% | - |
| HSV(B) | 336.95º | 0.81% | 0.92% | - |
| XYZ | 38.47 | 20.85 | 19.14 | - |
| YUV | 110.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 118 | 0 | 0.81 | 0.50 | 0.08 | 336.95 | 0.83 | 0.55 |
| Hex | EB | 2D | 76 | 0 | 51 | 32 | 8 | 151 | 53 | 37 |
| Octal | 353 | 55 | 166 | 0 | 121 | 62 | 10 | 521 | 123 | 67 |
| Binary | 11101011 | 101101 | 1110110 | 0 | 1010001 | 110010 | 1000 | 101010001 | 1010011 | 110111 |
Color Harmonies of #EB2D76
Complementary color
Monochromatic Colors of #EB2D76
Black with #EB2D76
Text Example
Text Example
White with #EB2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D76; }
p { color: rgb(235,45,118); }
H1.HeaderClassName
{
color: #EB2D76;
}
.AnyTagClassName
{
color: #EB2D76;
}
</style>
background-color css
<style>
a { background-color: #EB2D76; }
a { background-color: rgb(235,45,118); }
div.DivClassName
{
background-color: #EB2D76;
}
.BgClassName
{
background-color: #EB2D76;
}
</style>
border-color css
<style>
span { border-color: #EB2D76; }
span { border-color: rgb(235,45,118); }
td.TdClassName
{
border-color: #EB2D76;
}
.TagClassName
{
border-color: #EB2D76;
}
</style>