Shades of Cerise #EB266C
Tints of Cerise #EB266C
RGB
CMYK
RGB Variations
Color information
#EB266C (or 0xEB266C) is known color: Cerise. HEX triplet: EB, 26 and 6C. RGB value is (235,38,108). Sum of RGB (Red+Green+Blue) = 235+38+108=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB266C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB266C is #14D993. Grayscale: #686868. Windows color (decimal): -1366420 or 7087851. OLE color: 7087851.
HSL color Cylindrical-coordinate representation of color #EB266C: hue angle of 338.68º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB266C is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 108 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.08 |
| HSL | 338.68º | 0.83% | 0.54% | - |
| HSV(B) | 338.68º | 0.84% | 0.92% | - |
| XYZ | 37.66 | 20.13 | 16.09 | - |
| YUV | 104.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 108 | 0 | 0.84 | 0.54 | 0.08 | 338.68 | 0.83 | 0.54 |
| Hex | EB | 26 | 6C | 0 | 54 | 36 | 8 | 153 | 53 | 36 |
| Octal | 353 | 46 | 154 | 0 | 124 | 66 | 10 | 523 | 123 | 66 |
| Binary | 11101011 | 100110 | 1101100 | 0 | 1010100 | 110110 | 1000 | 101010011 | 1010011 | 110110 |
Color Harmonies of #EB266C
Complementary color
Monochromatic Colors of #EB266C
Black with #EB266C
Text Example
Text Example
White with #EB266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB266C; }
p { color: rgb(235,38,108); }
H1.HeaderClassName
{
color: #EB266C;
}
.AnyTagClassName
{
color: #EB266C;
}
</style>
background-color css
<style>
a { background-color: #EB266C; }
a { background-color: rgb(235,38,108); }
div.DivClassName
{
background-color: #EB266C;
}
.BgClassName
{
background-color: #EB266C;
}
</style>
border-color css
<style>
span { border-color: #EB266C; }
span { border-color: rgb(235,38,108); }
td.TdClassName
{
border-color: #EB266C;
}
.TagClassName
{
border-color: #EB266C;
}
</style>