Shades of Cerise #EB4162
Tints of Cerise #EB4162
RGB
CMYK
RGB Variations
Color information
#EB4162 (or 0xEB4162) is known color: Cerise. HEX triplet: EB, 41 and 62. RGB value is (235,65,98). Sum of RGB (Red+Green+Blue) = 235+65+98=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4162 is #14BE9D. Grayscale: #777777. Windows color (decimal): -1359518 or 6439403. OLE color: 6439403.
HSL color Cylindrical-coordinate representation of color #EB4162: hue angle of 348.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB4162 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 98 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.08 |
| HSL | 348.35º | 0.81% | 0.59% | - |
| HSV(B) | 348.35º | 0.72% | 0.92% | - |
| XYZ | 38.36 | 22.32 | 13.84 | - |
| YUV | 119.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 98 | 0 | 0.72 | 0.58 | 0.08 | 348.35 | 0.81 | 0.59 |
| Hex | EB | 41 | 62 | 0 | 48 | 3A | 8 | 15C | 51 | 3B |
| Octal | 353 | 101 | 142 | 0 | 110 | 72 | 10 | 534 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1100010 | 0 | 1001000 | 111010 | 1000 | 101011100 | 1010001 | 111011 |
Color Harmonies of #EB4162
Complementary color
Monochromatic Colors of #EB4162
Black with #EB4162
Text Example
Text Example
White with #EB4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4162; }
p { color: rgb(235,65,98); }
H1.HeaderClassName
{
color: #EB4162;
}
.AnyTagClassName
{
color: #EB4162;
}
</style>
background-color css
<style>
a { background-color: #EB4162; }
a { background-color: rgb(235,65,98); }
div.DivClassName
{
background-color: #EB4162;
}
.BgClassName
{
background-color: #EB4162;
}
</style>
border-color css
<style>
span { border-color: #EB4162; }
span { border-color: rgb(235,65,98); }
td.TdClassName
{
border-color: #EB4162;
}
.TagClassName
{
border-color: #EB4162;
}
</style>