Shades of Cerise #EB2B64
Tints of Cerise #EB2B64
RGB
CMYK
RGB Variations
Color information
#EB2B64 (or 0xEB2B64) is known color: Cerise. HEX triplet: EB, 2B and 64. RGB value is (235,43,100). Sum of RGB (Red+Green+Blue) = 235+43+100=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2B64 is #14D49B. Grayscale: #6A6A6A. Windows color (decimal): -1365148 or 6564843. OLE color: 6564843.
HSL color Cylindrical-coordinate representation of color #EB2B64: hue angle of 342.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2B64 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 43 | 100 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.08 |
| HSL | 342.19º | 0.83% | 0.55% | - |
| HSV(B) | 342.19º | 0.82% | 0.92% | - |
| XYZ | 37.43 | 20.31 | 14 | - |
| YUV | 106.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 43 | 100 | 0 | 0.82 | 0.57 | 0.08 | 342.19 | 0.83 | 0.55 |
| Hex | EB | 2B | 64 | 0 | 52 | 39 | 8 | 156 | 53 | 37 |
| Octal | 353 | 53 | 144 | 0 | 122 | 71 | 10 | 526 | 123 | 67 |
| Binary | 11101011 | 101011 | 1100100 | 0 | 1010010 | 111001 | 1000 | 101010110 | 1010011 | 110111 |
Color Harmonies of #EB2B64
Complementary color
Monochromatic Colors of #EB2B64
Black with #EB2B64
Text Example
Text Example
White with #EB2B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2B64; }
p { color: rgb(235,43,100); }
H1.HeaderClassName
{
color: #EB2B64;
}
.AnyTagClassName
{
color: #EB2B64;
}
</style>
background-color css
<style>
a { background-color: #EB2B64; }
a { background-color: rgb(235,43,100); }
div.DivClassName
{
background-color: #EB2B64;
}
.BgClassName
{
background-color: #EB2B64;
}
</style>
border-color css
<style>
span { border-color: #EB2B64; }
span { border-color: rgb(235,43,100); }
td.TdClassName
{
border-color: #EB2B64;
}
.TagClassName
{
border-color: #EB2B64;
}
</style>