Shades of Cerise #EB376C
Tints of Cerise #EB376C
RGB
CMYK
RGB Variations
Color information
#EB376C (or 0xEB376C) is known color: Cerise. HEX triplet: EB, 37 and 6C. RGB value is (235,55,108). Sum of RGB (Red+Green+Blue) = 235+55+108=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB376C is #14C893. Grayscale: #727272. Windows color (decimal): -1362068 or 7092203. OLE color: 7092203.
HSL color Cylindrical-coordinate representation of color #EB376C: hue angle of 342.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB376C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 55 | 108 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.08 |
| HSL | 342.33º | 0.82% | 0.57% | - |
| HSV(B) | 342.33º | 0.77% | 0.92% | - |
| XYZ | 38.33 | 21.48 | 16.31 | - |
| YUV | 114.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 55 | 108 | 0 | 0.77 | 0.54 | 0.08 | 342.33 | 0.82 | 0.57 |
| Hex | EB | 37 | 6C | 0 | 4D | 36 | 8 | 156 | 52 | 39 |
| Octal | 353 | 67 | 154 | 0 | 115 | 66 | 10 | 526 | 122 | 71 |
| Binary | 11101011 | 110111 | 1101100 | 0 | 1001101 | 110110 | 1000 | 101010110 | 1010010 | 111001 |
Color Harmonies of #EB376C
Complementary color
Monochromatic Colors of #EB376C
Black with #EB376C
Text Example
Text Example
White with #EB376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB376C; }
p { color: rgb(235,55,108); }
H1.HeaderClassName
{
color: #EB376C;
}
.AnyTagClassName
{
color: #EB376C;
}
</style>
background-color css
<style>
a { background-color: #EB376C; }
a { background-color: rgb(235,55,108); }
div.DivClassName
{
background-color: #EB376C;
}
.BgClassName
{
background-color: #EB376C;
}
</style>
border-color css
<style>
span { border-color: #EB376C; }
span { border-color: rgb(235,55,108); }
td.TdClassName
{
border-color: #EB376C;
}
.TagClassName
{
border-color: #EB376C;
}
</style>