Shades of Cerise #EB2E6B
Tints of Cerise #EB2E6B
RGB
CMYK
RGB Variations
Color information
#EB2E6B (or 0xEB2E6B) is known color: Cerise. HEX triplet: EB, 2E and 6B. RGB value is (235,46,107). Sum of RGB (Red+Green+Blue) = 235+46+107=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2E6B is #14D194. Grayscale: #6D6D6D. Windows color (decimal): -1364373 or 7024363. OLE color: 7024363.
HSL color Cylindrical-coordinate representation of color #EB2E6B: hue angle of 340.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2E6B is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 107 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.08 |
| HSL | 340.63º | 0.83% | 0.55% | - |
| HSV(B) | 340.63º | 0.8% | 0.92% | - |
| XYZ | 37.89 | 20.68 | 15.9 | - |
| YUV | 109.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 107 | 0 | 0.80 | 0.54 | 0.08 | 340.63 | 0.83 | 0.55 |
| Hex | EB | 2E | 6B | 0 | 50 | 36 | 8 | 155 | 53 | 37 |
| Octal | 353 | 56 | 153 | 0 | 120 | 66 | 10 | 525 | 123 | 67 |
| Binary | 11101011 | 101110 | 1101011 | 0 | 1010000 | 110110 | 1000 | 101010101 | 1010011 | 110111 |
Color Harmonies of #EB2E6B
Complementary color
Monochromatic Colors of #EB2E6B
Black with #EB2E6B
Text Example
Text Example
White with #EB2E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2E6B; }
p { color: rgb(235,46,107); }
H1.HeaderClassName
{
color: #EB2E6B;
}
.AnyTagClassName
{
color: #EB2E6B;
}
</style>
background-color css
<style>
a { background-color: #EB2E6B; }
a { background-color: rgb(235,46,107); }
div.DivClassName
{
background-color: #EB2E6B;
}
.BgClassName
{
background-color: #EB2E6B;
}
</style>
border-color css
<style>
span { border-color: #EB2E6B; }
span { border-color: rgb(235,46,107); }
td.TdClassName
{
border-color: #EB2E6B;
}
.TagClassName
{
border-color: #EB2E6B;
}
</style>