Shades of Cerise #EB2172
Tints of Cerise #EB2172
RGB
CMYK
RGB Variations
Color information
#EB2172 (or 0xEB2172) is known color: Cerise. HEX triplet: EB, 21 and 72. RGB value is (235,33,114). Sum of RGB (Red+Green+Blue) = 235+33+114=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2172 is #14DE8D. Grayscale: #666666. Windows color (decimal): -1367694 or 7479787. OLE color: 7479787.
HSL color Cylindrical-coordinate representation of color #EB2172: hue angle of 335.94º 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 #EB2172 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 114 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.08 |
| HSL | 335.94º | 0.83% | 0.53% | - |
| HSV(B) | 335.94º | 0.86% | 0.92% | - |
| XYZ | 37.84 | 19.96 | 17.78 | - |
| YUV | 102.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 114 | 0 | 0.86 | 0.51 | 0.08 | 335.94 | 0.83 | 0.53 |
| Hex | EB | 21 | 72 | 0 | 56 | 33 | 8 | 150 | 53 | 35 |
| Octal | 353 | 41 | 162 | 0 | 126 | 63 | 10 | 520 | 123 | 65 |
| Binary | 11101011 | 100001 | 1110010 | 0 | 1010110 | 110011 | 1000 | 101010000 | 1010011 | 110101 |
Color Harmonies of #EB2172
Complementary color
Monochromatic Colors of #EB2172
Black with #EB2172
Text Example
Text Example
White with #EB2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2172; }
p { color: rgb(235,33,114); }
H1.HeaderClassName
{
color: #EB2172;
}
.AnyTagClassName
{
color: #EB2172;
}
</style>
background-color css
<style>
a { background-color: #EB2172; }
a { background-color: rgb(235,33,114); }
div.DivClassName
{
background-color: #EB2172;
}
.BgClassName
{
background-color: #EB2172;
}
</style>
border-color css
<style>
span { border-color: #EB2172; }
span { border-color: rgb(235,33,114); }
td.TdClassName
{
border-color: #EB2172;
}
.TagClassName
{
border-color: #EB2172;
}
</style>