Shades of Cerise #EB4068
Tints of Cerise #EB4068
RGB
CMYK
RGB Variations
Color information
#EB4068 (or 0xEB4068) is known color: Cerise. HEX triplet: EB, 40 and 68. RGB value is (235,64,104). Sum of RGB (Red+Green+Blue) = 235+64+104=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4068 is #14BF97. Grayscale: #777777. Windows color (decimal): -1359768 or 6832363. OLE color: 6832363.
HSL color Cylindrical-coordinate representation of color #EB4068: hue angle of 345.96º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB4068 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 104 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.08 |
| HSL | 345.96º | 0.81% | 0.59% | - |
| HSV(B) | 345.96º | 0.73% | 0.92% | - |
| XYZ | 38.59 | 22.33 | 15.37 | - |
| YUV | 119.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 104 | 0 | 0.73 | 0.56 | 0.08 | 345.96 | 0.81 | 0.59 |
| Hex | EB | 40 | 68 | 0 | 49 | 38 | 8 | 15A | 51 | 3B |
| Octal | 353 | 100 | 150 | 0 | 111 | 70 | 10 | 532 | 121 | 73 |
| Binary | 11101011 | 1000000 | 1101000 | 0 | 1001001 | 111000 | 1000 | 101011010 | 1010001 | 111011 |
Color Harmonies of #EB4068
Complementary color
Monochromatic Colors of #EB4068
Black with #EB4068
Text Example
Text Example
White with #EB4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4068; }
p { color: rgb(235,64,104); }
H1.HeaderClassName
{
color: #EB4068;
}
.AnyTagClassName
{
color: #EB4068;
}
</style>
background-color css
<style>
a { background-color: #EB4068; }
a { background-color: rgb(235,64,104); }
div.DivClassName
{
background-color: #EB4068;
}
.BgClassName
{
background-color: #EB4068;
}
</style>
border-color css
<style>
span { border-color: #EB4068; }
span { border-color: rgb(235,64,104); }
td.TdClassName
{
border-color: #EB4068;
}
.TagClassName
{
border-color: #EB4068;
}
</style>