Shades of Cerise #EB2768
Tints of Cerise #EB2768
RGB
CMYK
RGB Variations
Color information
#EB2768 (or 0xEB2768) is known color: Cerise. HEX triplet: EB, 27 and 68. RGB value is (235,39,104). Sum of RGB (Red+Green+Blue) = 235+39+104=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2768 is #14D897. Grayscale: #686868. Windows color (decimal): -1366168 or 6825963. OLE color: 6825963.
HSL color Cylindrical-coordinate representation of color #EB2768: hue angle of 340.1º 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 #EB2768 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 104 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.08 |
| HSL | 340.1º | 0.83% | 0.54% | - |
| HSV(B) | 340.1º | 0.83% | 0.92% | - |
| XYZ | 37.49 | 20.11 | 15 | - |
| YUV | 105.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 104 | 0 | 0.83 | 0.56 | 0.08 | 340.1 | 0.83 | 0.54 |
| Hex | EB | 27 | 68 | 0 | 53 | 38 | 8 | 154 | 53 | 36 |
| Octal | 353 | 47 | 150 | 0 | 123 | 70 | 10 | 524 | 123 | 66 |
| Binary | 11101011 | 100111 | 1101000 | 0 | 1010011 | 111000 | 1000 | 101010100 | 1010011 | 110110 |
Color Harmonies of #EB2768
Complementary color
Monochromatic Colors of #EB2768
Black with #EB2768
Text Example
Text Example
White with #EB2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2768; }
p { color: rgb(235,39,104); }
H1.HeaderClassName
{
color: #EB2768;
}
.AnyTagClassName
{
color: #EB2768;
}
</style>
background-color css
<style>
a { background-color: #EB2768; }
a { background-color: rgb(235,39,104); }
div.DivClassName
{
background-color: #EB2768;
}
.BgClassName
{
background-color: #EB2768;
}
</style>
border-color css
<style>
span { border-color: #EB2768; }
span { border-color: rgb(235,39,104); }
td.TdClassName
{
border-color: #EB2768;
}
.TagClassName
{
border-color: #EB2768;
}
</style>