Shades of Cerise #EB4066
Tints of Cerise #EB4066
RGB
CMYK
RGB Variations
Color information
#EB4066 (or 0xEB4066) is known color: Cerise. HEX triplet: EB, 40 and 66. RGB value is (235,64,102). Sum of RGB (Red+Green+Blue) = 235+64+102=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4066 is #14BF99. Grayscale: #777777. Windows color (decimal): -1359770 or 6701291. OLE color: 6701291.
HSL color Cylindrical-coordinate representation of color #EB4066: hue angle of 346.67º 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 #EB4066 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 102 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.08 |
| HSL | 346.67º | 0.81% | 0.59% | - |
| HSV(B) | 346.67º | 0.73% | 0.92% | - |
| XYZ | 38.49 | 22.29 | 14.84 | - |
| YUV | 119.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 102 | 0 | 0.73 | 0.57 | 0.08 | 346.67 | 0.81 | 0.59 |
| Hex | EB | 40 | 66 | 0 | 49 | 39 | 8 | 15B | 51 | 3B |
| Octal | 353 | 100 | 146 | 0 | 111 | 71 | 10 | 533 | 121 | 73 |
| Binary | 11101011 | 1000000 | 1100110 | 0 | 1001001 | 111001 | 1000 | 101011011 | 1010001 | 111011 |
Color Harmonies of #EB4066
Complementary color
Monochromatic Colors of #EB4066
Black with #EB4066
Text Example
Text Example
White with #EB4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4066; }
p { color: rgb(235,64,102); }
H1.HeaderClassName
{
color: #EB4066;
}
.AnyTagClassName
{
color: #EB4066;
}
</style>
background-color css
<style>
a { background-color: #EB4066; }
a { background-color: rgb(235,64,102); }
div.DivClassName
{
background-color: #EB4066;
}
.BgClassName
{
background-color: #EB4066;
}
</style>
border-color css
<style>
span { border-color: #EB4066; }
span { border-color: rgb(235,64,102); }
td.TdClassName
{
border-color: #EB4066;
}
.TagClassName
{
border-color: #EB4066;
}
</style>