Shades of Cerise #EB296C
Tints of Cerise #EB296C
RGB
CMYK
RGB Variations
Color information
#EB296C (or 0xEB296C) is known color: Cerise. HEX triplet: EB, 29 and 6C. RGB value is (235,41,108). Sum of RGB (Red+Green+Blue) = 235+41+108=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB296C is #14D693. Grayscale: #6A6A6A. Windows color (decimal): -1365652 or 7088619. OLE color: 7088619.
HSL color Cylindrical-coordinate representation of color #EB296C: hue angle of 339.28º 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 #EB296C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 108 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.08 |
| HSL | 339.28º | 0.83% | 0.54% | - |
| HSV(B) | 339.28º | 0.83% | 0.92% | - |
| XYZ | 37.76 | 20.33 | 16.12 | - |
| YUV | 106.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 108 | 0 | 0.83 | 0.54 | 0.08 | 339.28 | 0.83 | 0.54 |
| Hex | EB | 29 | 6C | 0 | 53 | 36 | 8 | 153 | 53 | 36 |
| Octal | 353 | 51 | 154 | 0 | 123 | 66 | 10 | 523 | 123 | 66 |
| Binary | 11101011 | 101001 | 1101100 | 0 | 1010011 | 110110 | 1000 | 101010011 | 1010011 | 110110 |
Color Harmonies of #EB296C
Complementary color
Monochromatic Colors of #EB296C
Black with #EB296C
Text Example
Text Example
White with #EB296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB296C; }
p { color: rgb(235,41,108); }
H1.HeaderClassName
{
color: #EB296C;
}
.AnyTagClassName
{
color: #EB296C;
}
</style>
background-color css
<style>
a { background-color: #EB296C; }
a { background-color: rgb(235,41,108); }
div.DivClassName
{
background-color: #EB296C;
}
.BgClassName
{
background-color: #EB296C;
}
</style>
border-color css
<style>
span { border-color: #EB296C; }
span { border-color: rgb(235,41,108); }
td.TdClassName
{
border-color: #EB296C;
}
.TagClassName
{
border-color: #EB296C;
}
</style>