Shades of Cerise #EB2566
Tints of Cerise #EB2566
RGB
CMYK
RGB Variations
Color information
#EB2566 (or 0xEB2566) is known color: Cerise. HEX triplet: EB, 25 and 66. RGB value is (235,37,102). Sum of RGB (Red+Green+Blue) = 235+37+102=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2566 is #14DA99. Grayscale: #676767. Windows color (decimal): -1366682 or 6694379. OLE color: 6694379.
HSL color Cylindrical-coordinate representation of color #EB2566: hue angle of 340.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2566 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 102 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.08 |
| HSL | 340.3º | 0.83% | 0.53% | - |
| HSV(B) | 340.3º | 0.84% | 0.92% | - |
| XYZ | 37.32 | 19.94 | 14.45 | - |
| YUV | 103.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 102 | 0 | 0.84 | 0.57 | 0.08 | 340.3 | 0.83 | 0.53 |
| Hex | EB | 25 | 66 | 0 | 54 | 39 | 8 | 154 | 53 | 35 |
| Octal | 353 | 45 | 146 | 0 | 124 | 71 | 10 | 524 | 123 | 65 |
| Binary | 11101011 | 100101 | 1100110 | 0 | 1010100 | 111001 | 1000 | 101010100 | 1010011 | 110101 |
Color Harmonies of #EB2566
Complementary color
Monochromatic Colors of #EB2566
Black with #EB2566
Text Example
Text Example
White with #EB2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2566; }
p { color: rgb(235,37,102); }
H1.HeaderClassName
{
color: #EB2566;
}
.AnyTagClassName
{
color: #EB2566;
}
</style>
background-color css
<style>
a { background-color: #EB2566; }
a { background-color: rgb(235,37,102); }
div.DivClassName
{
background-color: #EB2566;
}
.BgClassName
{
background-color: #EB2566;
}
</style>
border-color css
<style>
span { border-color: #EB2566; }
span { border-color: rgb(235,37,102); }
td.TdClassName
{
border-color: #EB2566;
}
.TagClassName
{
border-color: #EB2566;
}
</style>