Shades of Cerise #EB2963
Tints of Cerise #EB2963
RGB
CMYK
RGB Variations
Color information
#EB2963 (or 0xEB2963) is known color: Cerise. HEX triplet: EB, 29 and 63. RGB value is (235,41,99). Sum of RGB (Red+Green+Blue) = 235+41+99=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2963 is #14D69C. Grayscale: #696969. Windows color (decimal): -1365661 or 6498795. OLE color: 6498795.
HSL color Cylindrical-coordinate representation of color #EB2963: hue angle of 342.06º 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 #EB2963 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 99 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.08 |
| HSL | 342.06º | 0.83% | 0.54% | - |
| HSV(B) | 342.06º | 0.83% | 0.92% | - |
| XYZ | 37.31 | 20.15 | 13.73 | - |
| YUV | 105.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 99 | 0 | 0.83 | 0.58 | 0.08 | 342.06 | 0.83 | 0.54 |
| Hex | EB | 29 | 63 | 0 | 53 | 3A | 8 | 156 | 53 | 36 |
| Octal | 353 | 51 | 143 | 0 | 123 | 72 | 10 | 526 | 123 | 66 |
| Binary | 11101011 | 101001 | 1100011 | 0 | 1010011 | 111010 | 1000 | 101010110 | 1010011 | 110110 |
Color Harmonies of #EB2963
Complementary color
Monochromatic Colors of #EB2963
Black with #EB2963
Text Example
Text Example
White with #EB2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2963; }
p { color: rgb(235,41,99); }
H1.HeaderClassName
{
color: #EB2963;
}
.AnyTagClassName
{
color: #EB2963;
}
</style>
background-color css
<style>
a { background-color: #EB2963; }
a { background-color: rgb(235,41,99); }
div.DivClassName
{
background-color: #EB2963;
}
.BgClassName
{
background-color: #EB2963;
}
</style>
border-color css
<style>
span { border-color: #EB2963; }
span { border-color: rgb(235,41,99); }
td.TdClassName
{
border-color: #EB2963;
}
.TagClassName
{
border-color: #EB2963;
}
</style>