Shades of Cerise #EB266A
Tints of Cerise #EB266A
RGB
CMYK
RGB Variations
Color information
#EB266A (or 0xEB266A) is known color: Cerise. HEX triplet: EB, 26 and 6A. RGB value is (235,38,106). Sum of RGB (Red+Green+Blue) = 235+38+106=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB266A is #14D995. Grayscale: #686868. Windows color (decimal): -1366422 or 6956779. OLE color: 6956779.
HSL color Cylindrical-coordinate representation of color #EB266A: hue angle of 339.29º 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 #EB266A is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 106 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.08 |
| HSL | 339.29º | 0.83% | 0.54% | - |
| HSV(B) | 339.29º | 0.84% | 0.92% | - |
| XYZ | 37.56 | 20.09 | 15.53 | - |
| YUV | 104.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 106 | 0 | 0.84 | 0.55 | 0.08 | 339.29 | 0.83 | 0.54 |
| Hex | EB | 26 | 6A | 0 | 54 | 37 | 8 | 153 | 53 | 36 |
| Octal | 353 | 46 | 152 | 0 | 124 | 67 | 10 | 523 | 123 | 66 |
| Binary | 11101011 | 100110 | 1101010 | 0 | 1010100 | 110111 | 1000 | 101010011 | 1010011 | 110110 |
Color Harmonies of #EB266A
Complementary color
Monochromatic Colors of #EB266A
Black with #EB266A
Text Example
Text Example
White with #EB266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB266A; }
p { color: rgb(235,38,106); }
H1.HeaderClassName
{
color: #EB266A;
}
.AnyTagClassName
{
color: #EB266A;
}
</style>
background-color css
<style>
a { background-color: #EB266A; }
a { background-color: rgb(235,38,106); }
div.DivClassName
{
background-color: #EB266A;
}
.BgClassName
{
background-color: #EB266A;
}
</style>
border-color css
<style>
span { border-color: #EB266A; }
span { border-color: rgb(235,38,106); }
td.TdClassName
{
border-color: #EB266A;
}
.TagClassName
{
border-color: #EB266A;
}
</style>