Shades of Cerise #EB266D
Tints of Cerise #EB266D
RGB
CMYK
RGB Variations
Color information
#EB266D (or 0xEB266D) is known color: Cerise. HEX triplet: EB, 26 and 6D. RGB value is (235,38,109). Sum of RGB (Red+Green+Blue) = 235+38+109=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB266D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB266D is #14D992. Grayscale: #686868. Windows color (decimal): -1366419 or 7153387. OLE color: 7153387.
HSL color Cylindrical-coordinate representation of color #EB266D: hue angle of 338.38º 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 #EB266D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 109 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.08 |
| HSL | 338.38º | 0.83% | 0.54% | - |
| HSV(B) | 338.38º | 0.84% | 0.92% | - |
| XYZ | 37.71 | 20.15 | 16.37 | - |
| YUV | 105 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 109 | 0 | 0.84 | 0.54 | 0.08 | 338.38 | 0.83 | 0.54 |
| Hex | EB | 26 | 6D | 0 | 54 | 36 | 8 | 152 | 53 | 36 |
| Octal | 353 | 46 | 155 | 0 | 124 | 66 | 10 | 522 | 123 | 66 |
| Binary | 11101011 | 100110 | 1101101 | 0 | 1010100 | 110110 | 1000 | 101010010 | 1010011 | 110110 |
Color Harmonies of #EB266D
Complementary color
Monochromatic Colors of #EB266D
Black with #EB266D
Text Example
Text Example
White with #EB266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB266D; }
p { color: rgb(235,38,109); }
H1.HeaderClassName
{
color: #EB266D;
}
.AnyTagClassName
{
color: #EB266D;
}
</style>
background-color css
<style>
a { background-color: #EB266D; }
a { background-color: rgb(235,38,109); }
div.DivClassName
{
background-color: #EB266D;
}
.BgClassName
{
background-color: #EB266D;
}
</style>
border-color css
<style>
span { border-color: #EB266D; }
span { border-color: rgb(235,38,109); }
td.TdClassName
{
border-color: #EB266D;
}
.TagClassName
{
border-color: #EB266D;
}
</style>