Shades of Cerise #EB2673
Tints of Cerise #EB2673
RGB
CMYK
RGB Variations
Color information
#EB2673 (or 0xEB2673) is known color: Cerise. HEX triplet: EB, 26 and 73. RGB value is (235,38,115). Sum of RGB (Red+Green+Blue) = 235+38+115=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2673 is #14D98C. Grayscale: #696969. Windows color (decimal): -1366413 or 7546603. OLE color: 7546603.
HSL color Cylindrical-coordinate representation of color #EB2673: hue angle of 336.55º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2673 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 115 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.08 |
| HSL | 336.55º | 0.83% | 0.54% | - |
| HSV(B) | 336.55º | 0.84% | 0.92% | - |
| XYZ | 38.05 | 20.29 | 18.13 | - |
| YUV | 105.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 115 | 0 | 0.84 | 0.51 | 0.08 | 336.55 | 0.83 | 0.54 |
| Hex | EB | 26 | 73 | 0 | 54 | 33 | 8 | 151 | 53 | 36 |
| Octal | 353 | 46 | 163 | 0 | 124 | 63 | 10 | 521 | 123 | 66 |
| Binary | 11101011 | 100110 | 1110011 | 0 | 1010100 | 110011 | 1000 | 101010001 | 1010011 | 110110 |
Color Harmonies of #EB2673
Complementary color
Monochromatic Colors of #EB2673
Black with #EB2673
Text Example
Text Example
White with #EB2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2673; }
p { color: rgb(235,38,115); }
H1.HeaderClassName
{
color: #EB2673;
}
.AnyTagClassName
{
color: #EB2673;
}
</style>
background-color css
<style>
a { background-color: #EB2673; }
a { background-color: rgb(235,38,115); }
div.DivClassName
{
background-color: #EB2673;
}
.BgClassName
{
background-color: #EB2673;
}
</style>
border-color css
<style>
span { border-color: #EB2673; }
span { border-color: rgb(235,38,115); }
td.TdClassName
{
border-color: #EB2673;
}
.TagClassName
{
border-color: #EB2673;
}
</style>