Shades of Cerise #EB386C
Tints of Cerise #EB386C
RGB
CMYK
RGB Variations
Color information
#EB386C (or 0xEB386C) is known color: Cerise. HEX triplet: EB, 38 and 6C. RGB value is (235,56,108). Sum of RGB (Red+Green+Blue) = 235+56+108=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB386C is #14C793. Grayscale: #737373. Windows color (decimal): -1361812 or 7092459. OLE color: 7092459.
HSL color Cylindrical-coordinate representation of color #EB386C: hue angle of 342.57º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB386C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 108 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.08 |
| HSL | 342.57º | 0.82% | 0.57% | - |
| HSV(B) | 342.57º | 0.76% | 0.92% | - |
| XYZ | 38.38 | 21.57 | 16.33 | - |
| YUV | 115.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 108 | 0 | 0.76 | 0.54 | 0.08 | 342.57 | 0.82 | 0.57 |
| Hex | EB | 38 | 6C | 0 | 4C | 36 | 8 | 157 | 52 | 39 |
| Octal | 353 | 70 | 154 | 0 | 114 | 66 | 10 | 527 | 122 | 71 |
| Binary | 11101011 | 111000 | 1101100 | 0 | 1001100 | 110110 | 1000 | 101010111 | 1010010 | 111001 |
Color Harmonies of #EB386C
Complementary color
Monochromatic Colors of #EB386C
Black with #EB386C
Text Example
Text Example
White with #EB386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB386C; }
p { color: rgb(235,56,108); }
H1.HeaderClassName
{
color: #EB386C;
}
.AnyTagClassName
{
color: #EB386C;
}
</style>
background-color css
<style>
a { background-color: #EB386C; }
a { background-color: rgb(235,56,108); }
div.DivClassName
{
background-color: #EB386C;
}
.BgClassName
{
background-color: #EB386C;
}
</style>
border-color css
<style>
span { border-color: #EB386C; }
span { border-color: rgb(235,56,108); }
td.TdClassName
{
border-color: #EB386C;
}
.TagClassName
{
border-color: #EB386C;
}
</style>