Shades of Cerise #EB2173
Tints of Cerise #EB2173
RGB
CMYK
RGB Variations
Color information
#EB2173 (or 0xEB2173) is known color: Cerise. HEX triplet: EB, 21 and 73. RGB value is (235,33,115). Sum of RGB (Red+Green+Blue) = 235+33+115=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2173 is #14DE8C. Grayscale: #666666. Windows color (decimal): -1367693 or 7545323. OLE color: 7545323.
HSL color Cylindrical-coordinate representation of color #EB2173: hue angle of 335.64º 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 #EB2173 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 115 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.08 |
| HSL | 335.64º | 0.83% | 0.53% | - |
| HSV(B) | 335.64º | 0.86% | 0.92% | - |
| XYZ | 37.9 | 19.99 | 18.08 | - |
| YUV | 102.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 115 | 0 | 0.86 | 0.51 | 0.08 | 335.64 | 0.83 | 0.53 |
| Hex | EB | 21 | 73 | 0 | 56 | 33 | 8 | 150 | 53 | 35 |
| Octal | 353 | 41 | 163 | 0 | 126 | 63 | 10 | 520 | 123 | 65 |
| Binary | 11101011 | 100001 | 1110011 | 0 | 1010110 | 110011 | 1000 | 101010000 | 1010011 | 110101 |
Color Harmonies of #EB2173
Complementary color
Monochromatic Colors of #EB2173
Black with #EB2173
Text Example
Text Example
White with #EB2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2173; }
p { color: rgb(235,33,115); }
H1.HeaderClassName
{
color: #EB2173;
}
.AnyTagClassName
{
color: #EB2173;
}
</style>
background-color css
<style>
a { background-color: #EB2173; }
a { background-color: rgb(235,33,115); }
div.DivClassName
{
background-color: #EB2173;
}
.BgClassName
{
background-color: #EB2173;
}
</style>
border-color css
<style>
span { border-color: #EB2173; }
span { border-color: rgb(235,33,115); }
td.TdClassName
{
border-color: #EB2173;
}
.TagClassName
{
border-color: #EB2173;
}
</style>