Shades of Cerise #EB2270
Tints of Cerise #EB2270
RGB
CMYK
RGB Variations
Color information
#EB2270 (or 0xEB2270) is known color: Cerise. HEX triplet: EB, 22 and 70. RGB value is (235,34,112). Sum of RGB (Red+Green+Blue) = 235+34+112=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2270 is #14DD8F. Grayscale: #666666. Windows color (decimal): -1367440 or 7348971. OLE color: 7348971.
HSL color Cylindrical-coordinate representation of color #EB2270: hue angle of 336.72º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2270 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 112 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.08 |
| HSL | 336.72º | 0.83% | 0.53% | - |
| HSV(B) | 336.72º | 0.86% | 0.92% | - |
| XYZ | 37.76 | 19.98 | 17.19 | - |
| YUV | 102.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 112 | 0 | 0.86 | 0.52 | 0.08 | 336.72 | 0.83 | 0.53 |
| Hex | EB | 22 | 70 | 0 | 56 | 34 | 8 | 151 | 53 | 35 |
| Octal | 353 | 42 | 160 | 0 | 126 | 64 | 10 | 521 | 123 | 65 |
| Binary | 11101011 | 100010 | 1110000 | 0 | 1010110 | 110100 | 1000 | 101010001 | 1010011 | 110101 |
Color Harmonies of #EB2270
Complementary color
Monochromatic Colors of #EB2270
Black with #EB2270
Text Example
Text Example
White with #EB2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2270; }
p { color: rgb(235,34,112); }
H1.HeaderClassName
{
color: #EB2270;
}
.AnyTagClassName
{
color: #EB2270;
}
</style>
background-color css
<style>
a { background-color: #EB2270; }
a { background-color: rgb(235,34,112); }
div.DivClassName
{
background-color: #EB2270;
}
.BgClassName
{
background-color: #EB2270;
}
</style>
border-color css
<style>
span { border-color: #EB2270; }
span { border-color: rgb(235,34,112); }
td.TdClassName
{
border-color: #EB2270;
}
.TagClassName
{
border-color: #EB2270;
}
</style>