Shades of Cerise #EB2770
Tints of Cerise #EB2770
RGB
CMYK
RGB Variations
Color information
#EB2770 (or 0xEB2770) is known color: Cerise. HEX triplet: EB, 27 and 70. RGB value is (235,39,112). Sum of RGB (Red+Green+Blue) = 235+39+112=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2770 is #14D88F. Grayscale: #696969. Windows color (decimal): -1366160 or 7350251. OLE color: 7350251.
HSL color Cylindrical-coordinate representation of color #EB2770: hue angle of 337.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2770 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 112 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.08 |
| HSL | 337.65º | 0.83% | 0.54% | - |
| HSV(B) | 337.65º | 0.83% | 0.92% | - |
| XYZ | 37.91 | 20.28 | 17.25 | - |
| YUV | 105.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 112 | 0 | 0.83 | 0.52 | 0.08 | 337.65 | 0.83 | 0.54 |
| Hex | EB | 27 | 70 | 0 | 53 | 34 | 8 | 152 | 53 | 36 |
| Octal | 353 | 47 | 160 | 0 | 123 | 64 | 10 | 522 | 123 | 66 |
| Binary | 11101011 | 100111 | 1110000 | 0 | 1010011 | 110100 | 1000 | 101010010 | 1010011 | 110110 |
Color Harmonies of #EB2770
Complementary color
Monochromatic Colors of #EB2770
Black with #EB2770
Text Example
Text Example
White with #EB2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2770; }
p { color: rgb(235,39,112); }
H1.HeaderClassName
{
color: #EB2770;
}
.AnyTagClassName
{
color: #EB2770;
}
</style>
background-color css
<style>
a { background-color: #EB2770; }
a { background-color: rgb(235,39,112); }
div.DivClassName
{
background-color: #EB2770;
}
.BgClassName
{
background-color: #EB2770;
}
</style>
border-color css
<style>
span { border-color: #EB2770; }
span { border-color: rgb(235,39,112); }
td.TdClassName
{
border-color: #EB2770;
}
.TagClassName
{
border-color: #EB2770;
}
</style>