Shades of Cerise #EB385C
Tints of Cerise #EB385C
RGB
CMYK
RGB Variations
Color information
#EB385C (or 0xEB385C) is known color: Cerise. HEX triplet: EB, 38 and 5C. RGB value is (235,56,92). Sum of RGB (Red+Green+Blue) = 235+56+92=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB385C is #14C7A3. Grayscale: #717171. Windows color (decimal): -1361828 or 6043883. OLE color: 6043883.
HSL color Cylindrical-coordinate representation of color #EB385C: hue angle of 347.93º 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 #EB385C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 56 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.08 |
| HSL | 347.93º | 0.82% | 0.57% | - |
| HSV(B) | 347.93º | 0.76% | 0.92% | - |
| XYZ | 37.61 | 21.26 | 12.25 | - |
| YUV | 113.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 56 | 92 | 0 | 0.76 | 0.61 | 0.08 | 347.93 | 0.82 | 0.57 |
| Hex | EB | 38 | 5C | 0 | 4C | 3D | 8 | 15C | 52 | 39 |
| Octal | 353 | 70 | 134 | 0 | 114 | 75 | 10 | 534 | 122 | 71 |
| Binary | 11101011 | 111000 | 1011100 | 0 | 1001100 | 111101 | 1000 | 101011100 | 1010010 | 111001 |
Color Harmonies of #EB385C
Complementary color
Monochromatic Colors of #EB385C
Black with #EB385C
Text Example
Text Example
White with #EB385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB385C; }
p { color: rgb(235,56,92); }
H1.HeaderClassName
{
color: #EB385C;
}
.AnyTagClassName
{
color: #EB385C;
}
</style>
background-color css
<style>
a { background-color: #EB385C; }
a { background-color: rgb(235,56,92); }
div.DivClassName
{
background-color: #EB385C;
}
.BgClassName
{
background-color: #EB385C;
}
</style>
border-color css
<style>
span { border-color: #EB385C; }
span { border-color: rgb(235,56,92); }
td.TdClassName
{
border-color: #EB385C;
}
.TagClassName
{
border-color: #EB385C;
}
</style>