Shades of Cerise #EB2471
Tints of Cerise #EB2471
RGB
CMYK
RGB Variations
Color information
#EB2471 (or 0xEB2471) is known color: Cerise. HEX triplet: EB, 24 and 71. RGB value is (235,36,113). Sum of RGB (Red+Green+Blue) = 235+36+113=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2471 is #14DB8E. Grayscale: #686868. Windows color (decimal): -1366927 or 7415019. OLE color: 7415019.
HSL color Cylindrical-coordinate representation of color #EB2471: hue angle of 336.78º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2471 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 113 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.08 |
| HSL | 336.78º | 0.83% | 0.53% | - |
| HSV(B) | 336.78º | 0.85% | 0.92% | - |
| XYZ | 37.87 | 20.12 | 17.51 | - |
| YUV | 104.28 | 132.93 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 113 | 0 | 0.85 | 0.52 | 0.08 | 336.78 | 0.83 | 0.53 |
| Hex | EB | 24 | 71 | 0 | 55 | 34 | 8 | 151 | 53 | 35 |
| Octal | 353 | 44 | 161 | 0 | 125 | 64 | 10 | 521 | 123 | 65 |
| Binary | 11101011 | 100100 | 1110001 | 0 | 1010101 | 110100 | 1000 | 101010001 | 1010011 | 110101 |
Color Harmonies of #EB2471
Complementary color
Monochromatic Colors of #EB2471
Black with #EB2471
Text Example
Text Example
White with #EB2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2471; }
p { color: rgb(235,36,113); }
H1.HeaderClassName
{
color: #EB2471;
}
.AnyTagClassName
{
color: #EB2471;
}
</style>
background-color css
<style>
a { background-color: #EB2471; }
a { background-color: rgb(235,36,113); }
div.DivClassName
{
background-color: #EB2471;
}
.BgClassName
{
background-color: #EB2471;
}
</style>
border-color css
<style>
span { border-color: #EB2471; }
span { border-color: rgb(235,36,113); }
td.TdClassName
{
border-color: #EB2471;
}
.TagClassName
{
border-color: #EB2471;
}
</style>