Shades of Cerise #EB385D
Tints of Cerise #EB385D
RGB
CMYK
RGB Variations
Color information
#EB385D (or 0xEB385D) is known color: Cerise. HEX triplet: EB, 38 and 5D. RGB value is (235,56,93). Sum of RGB (Red+Green+Blue) = 235+56+93=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB385D is #14C7A2. Grayscale: #717171. Windows color (decimal): -1361827 or 6109419. OLE color: 6109419.
HSL color Cylindrical-coordinate representation of color #EB385D: hue angle of 347.6º 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 #EB385D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 93 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.08 |
| HSL | 347.6º | 0.82% | 0.57% | - |
| HSV(B) | 347.6º | 0.76% | 0.92% | - |
| XYZ | 37.65 | 21.28 | 12.48 | - |
| YUV | 113.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 93 | 0 | 0.76 | 0.60 | 0.08 | 347.6 | 0.82 | 0.57 |
| Hex | EB | 38 | 5D | 0 | 4C | 3C | 8 | 15C | 52 | 39 |
| Octal | 353 | 70 | 135 | 0 | 114 | 74 | 10 | 534 | 122 | 71 |
| Binary | 11101011 | 111000 | 1011101 | 0 | 1001100 | 111100 | 1000 | 101011100 | 1010010 | 111001 |
Color Harmonies of #EB385D
Complementary color
Monochromatic Colors of #EB385D
Black with #EB385D
Text Example
Text Example
White with #EB385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB385D; }
p { color: rgb(235,56,93); }
H1.HeaderClassName
{
color: #EB385D;
}
.AnyTagClassName
{
color: #EB385D;
}
</style>
background-color css
<style>
a { background-color: #EB385D; }
a { background-color: rgb(235,56,93); }
div.DivClassName
{
background-color: #EB385D;
}
.BgClassName
{
background-color: #EB385D;
}
</style>
border-color css
<style>
span { border-color: #EB385D; }
span { border-color: rgb(235,56,93); }
td.TdClassName
{
border-color: #EB385D;
}
.TagClassName
{
border-color: #EB385D;
}
</style>