Shades of Cerise #EB246C
Tints of Cerise #EB246C
RGB
CMYK
RGB Variations
Color information
#EB246C (or 0xEB246C) is known color: Cerise. HEX triplet: EB, 24 and 6C. RGB value is (235,36,108). Sum of RGB (Red+Green+Blue) = 235+36+108=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB246C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB246C is #14DB93. Grayscale: #676767. Windows color (decimal): -1366932 or 7087339. OLE color: 7087339.
HSL color Cylindrical-coordinate representation of color #EB246C: hue angle of 338.29º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB246C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 108 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.08 |
| HSL | 338.29º | 0.83% | 0.53% | - |
| HSV(B) | 338.29º | 0.85% | 0.92% | - |
| XYZ | 37.6 | 20.01 | 16.07 | - |
| YUV | 103.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 108 | 0 | 0.85 | 0.54 | 0.08 | 338.29 | 0.83 | 0.53 |
| Hex | EB | 24 | 6C | 0 | 55 | 36 | 8 | 152 | 53 | 35 |
| Octal | 353 | 44 | 154 | 0 | 125 | 66 | 10 | 522 | 123 | 65 |
| Binary | 11101011 | 100100 | 1101100 | 0 | 1010101 | 110110 | 1000 | 101010010 | 1010011 | 110101 |
Color Harmonies of #EB246C
Complementary color
Monochromatic Colors of #EB246C
Black with #EB246C
Text Example
Text Example
White with #EB246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB246C; }
p { color: rgb(235,36,108); }
H1.HeaderClassName
{
color: #EB246C;
}
.AnyTagClassName
{
color: #EB246C;
}
</style>
background-color css
<style>
a { background-color: #EB246C; }
a { background-color: rgb(235,36,108); }
div.DivClassName
{
background-color: #EB246C;
}
.BgClassName
{
background-color: #EB246C;
}
</style>
border-color css
<style>
span { border-color: #EB246C; }
span { border-color: rgb(235,36,108); }
td.TdClassName
{
border-color: #EB246C;
}
.TagClassName
{
border-color: #EB246C;
}
</style>