Shades of Cerise #EB2766
Tints of Cerise #EB2766
RGB
CMYK
RGB Variations
Color information
#EB2766 (or 0xEB2766) is known color: Cerise. HEX triplet: EB, 27 and 66. RGB value is (235,39,102). Sum of RGB (Red+Green+Blue) = 235+39+102=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2766 is #14D899. Grayscale: #686868. Windows color (decimal): -1366170 or 6694891. OLE color: 6694891.
HSL color Cylindrical-coordinate representation of color #EB2766: hue angle of 340.71º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2766 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 102 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.08 |
| HSL | 340.71º | 0.83% | 0.54% | - |
| HSV(B) | 340.71º | 0.83% | 0.92% | - |
| XYZ | 37.38 | 20.07 | 14.47 | - |
| YUV | 104.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 102 | 0 | 0.83 | 0.57 | 0.08 | 340.71 | 0.83 | 0.54 |
| Hex | EB | 27 | 66 | 0 | 53 | 39 | 8 | 155 | 53 | 36 |
| Octal | 353 | 47 | 146 | 0 | 123 | 71 | 10 | 525 | 123 | 66 |
| Binary | 11101011 | 100111 | 1100110 | 0 | 1010011 | 111001 | 1000 | 101010101 | 1010011 | 110110 |
Color Harmonies of #EB2766
Complementary color
Monochromatic Colors of #EB2766
Black with #EB2766
Text Example
Text Example
White with #EB2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2766; }
p { color: rgb(235,39,102); }
H1.HeaderClassName
{
color: #EB2766;
}
.AnyTagClassName
{
color: #EB2766;
}
</style>
background-color css
<style>
a { background-color: #EB2766; }
a { background-color: rgb(235,39,102); }
div.DivClassName
{
background-color: #EB2766;
}
.BgClassName
{
background-color: #EB2766;
}
</style>
border-color css
<style>
span { border-color: #EB2766; }
span { border-color: rgb(235,39,102); }
td.TdClassName
{
border-color: #EB2766;
}
.TagClassName
{
border-color: #EB2766;
}
</style>