Shades of Cerise #EB4168
Tints of Cerise #EB4168
RGB
CMYK
RGB Variations
Color information
#EB4168 (or 0xEB4168) is known color: Cerise. HEX triplet: EB, 41 and 68. RGB value is (235,65,104). Sum of RGB (Red+Green+Blue) = 235+65+104=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4168 is #14BE97. Grayscale: #787878. Windows color (decimal): -1359512 or 6832619. OLE color: 6832619.
HSL color Cylindrical-coordinate representation of color #EB4168: hue angle of 346.24º 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 #EB4168 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 65 | 104 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.08 |
| HSL | 346.24º | 0.81% | 0.59% | - |
| HSV(B) | 346.24º | 0.72% | 0.92% | - |
| XYZ | 38.65 | 22.44 | 15.39 | - |
| YUV | 120.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 65 | 104 | 0 | 0.72 | 0.56 | 0.08 | 346.24 | 0.81 | 0.59 |
| Hex | EB | 41 | 68 | 0 | 48 | 38 | 8 | 15A | 51 | 3B |
| Octal | 353 | 101 | 150 | 0 | 110 | 70 | 10 | 532 | 121 | 73 |
| Binary | 11101011 | 1000001 | 1101000 | 0 | 1001000 | 111000 | 1000 | 101011010 | 1010001 | 111011 |
Color Harmonies of #EB4168
Complementary color
Monochromatic Colors of #EB4168
Black with #EB4168
Text Example
Text Example
White with #EB4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4168; }
p { color: rgb(235,65,104); }
H1.HeaderClassName
{
color: #EB4168;
}
.AnyTagClassName
{
color: #EB4168;
}
</style>
background-color css
<style>
a { background-color: #EB4168; }
a { background-color: rgb(235,65,104); }
div.DivClassName
{
background-color: #EB4168;
}
.BgClassName
{
background-color: #EB4168;
}
</style>
border-color css
<style>
span { border-color: #EB4168; }
span { border-color: rgb(235,65,104); }
td.TdClassName
{
border-color: #EB4168;
}
.TagClassName
{
border-color: #EB4168;
}
</style>