Shades of Cerise #EB386D
Tints of Cerise #EB386D
RGB
CMYK
RGB Variations
Color information
#EB386D (or 0xEB386D) is known color: Cerise. HEX triplet: EB, 38 and 6D. RGB value is (235,56,109). Sum of RGB (Red+Green+Blue) = 235+56+109=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB386D is #14C792. Grayscale: #737373. Windows color (decimal): -1361811 or 7157995. OLE color: 7157995.
HSL color Cylindrical-coordinate representation of color #EB386D: hue angle of 342.23º 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 #EB386D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 109 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.08 |
| HSL | 342.23º | 0.82% | 0.57% | - |
| HSV(B) | 342.23º | 0.76% | 0.92% | - |
| XYZ | 38.44 | 21.59 | 16.61 | - |
| YUV | 115.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 109 | 0 | 0.76 | 0.54 | 0.08 | 342.23 | 0.82 | 0.57 |
| Hex | EB | 38 | 6D | 0 | 4C | 36 | 8 | 156 | 52 | 39 |
| Octal | 353 | 70 | 155 | 0 | 114 | 66 | 10 | 526 | 122 | 71 |
| Binary | 11101011 | 111000 | 1101101 | 0 | 1001100 | 110110 | 1000 | 101010110 | 1010010 | 111001 |
Color Harmonies of #EB386D
Complementary color
Monochromatic Colors of #EB386D
Black with #EB386D
Text Example
Text Example
White with #EB386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB386D; }
p { color: rgb(235,56,109); }
H1.HeaderClassName
{
color: #EB386D;
}
.AnyTagClassName
{
color: #EB386D;
}
</style>
background-color css
<style>
a { background-color: #EB386D; }
a { background-color: rgb(235,56,109); }
div.DivClassName
{
background-color: #EB386D;
}
.BgClassName
{
background-color: #EB386D;
}
</style>
border-color css
<style>
span { border-color: #EB386D; }
span { border-color: rgb(235,56,109); }
td.TdClassName
{
border-color: #EB386D;
}
.TagClassName
{
border-color: #EB386D;
}
</style>