Shades of Cerise #EB2666
Tints of Cerise #EB2666
RGB
CMYK
RGB Variations
Color information
#EB2666 (or 0xEB2666) is known color: Cerise. HEX triplet: EB, 26 and 66. RGB value is (235,38,102). Sum of RGB (Red+Green+Blue) = 235+38+102=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2666 is #14D999. Grayscale: #686868. Windows color (decimal): -1366426 or 6694635. OLE color: 6694635.
HSL color Cylindrical-coordinate representation of color #EB2666: hue angle of 340.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2666 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 102 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.08 |
| HSL | 340.51º | 0.83% | 0.54% | - |
| HSV(B) | 340.51º | 0.84% | 0.92% | - |
| XYZ | 37.35 | 20.01 | 14.46 | - |
| YUV | 104.2 | 126.77 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 102 | 0 | 0.84 | 0.57 | 0.08 | 340.51 | 0.83 | 0.54 |
| Hex | EB | 26 | 66 | 0 | 54 | 39 | 8 | 155 | 53 | 36 |
| Octal | 353 | 46 | 146 | 0 | 124 | 71 | 10 | 525 | 123 | 66 |
| Binary | 11101011 | 100110 | 1100110 | 0 | 1010100 | 111001 | 1000 | 101010101 | 1010011 | 110110 |
Color Harmonies of #EB2666
Complementary color
Monochromatic Colors of #EB2666
Black with #EB2666
Text Example
Text Example
White with #EB2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2666; }
p { color: rgb(235,38,102); }
H1.HeaderClassName
{
color: #EB2666;
}
.AnyTagClassName
{
color: #EB2666;
}
</style>
background-color css
<style>
a { background-color: #EB2666; }
a { background-color: rgb(235,38,102); }
div.DivClassName
{
background-color: #EB2666;
}
.BgClassName
{
background-color: #EB2666;
}
</style>
border-color css
<style>
span { border-color: #EB2666; }
span { border-color: rgb(235,38,102); }
td.TdClassName
{
border-color: #EB2666;
}
.TagClassName
{
border-color: #EB2666;
}
</style>