Shades of Cerise #EB4666
Tints of Cerise #EB4666
RGB
CMYK
RGB Variations
Color information
#EB4666 (or 0xEB4666) is known color: Cerise. HEX triplet: EB, 46 and 66. RGB value is (235,70,102). Sum of RGB (Red+Green+Blue) = 235+70+102=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4666 is #14B999. Grayscale: #7B7B7B. Windows color (decimal): -1358234 or 6702827. OLE color: 6702827.
HSL color Cylindrical-coordinate representation of color #EB4666: hue angle of 348.36º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4666 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 102 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.08 |
| HSL | 348.36º | 0.8% | 0.6% | - |
| HSV(B) | 348.36º | 0.7% | 0.92% | - |
| XYZ | 38.85 | 23 | 14.96 | - |
| YUV | 122.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 102 | 0 | 0.70 | 0.57 | 0.08 | 348.36 | 0.8 | 0.6 |
| Hex | EB | 46 | 66 | 0 | 46 | 39 | 8 | 15C | 50 | 3C |
| Octal | 353 | 106 | 146 | 0 | 106 | 71 | 10 | 534 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1100110 | 0 | 1000110 | 111001 | 1000 | 101011100 | 1010000 | 111100 |
Color Harmonies of #EB4666
Complementary color
Monochromatic Colors of #EB4666
Black with #EB4666
Text Example
Text Example
White with #EB4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4666; }
p { color: rgb(235,70,102); }
H1.HeaderClassName
{
color: #EB4666;
}
.AnyTagClassName
{
color: #EB4666;
}
</style>
background-color css
<style>
a { background-color: #EB4666; }
a { background-color: rgb(235,70,102); }
div.DivClassName
{
background-color: #EB4666;
}
.BgClassName
{
background-color: #EB4666;
}
</style>
border-color css
<style>
span { border-color: #EB4666; }
span { border-color: rgb(235,70,102); }
td.TdClassName
{
border-color: #EB4666;
}
.TagClassName
{
border-color: #EB4666;
}
</style>