Shades of Deep Cerise #EB2788
Tints of Deep Cerise #EB2788
RGB
CMYK
RGB Variations
Color information
#EB2788 (or 0xEB2788) is known color: Deep Cerise. HEX triplet: EB, 27 and 88. RGB value is (235,39,136). Sum of RGB (Red+Green+Blue) = 235+39+136=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2788 is #14D877. Grayscale: #6C6C6C. Windows color (decimal): -1366136 or 8923115. OLE color: 8923115.
HSL color Cylindrical-coordinate representation of color #EB2788: hue angle of 330.31º 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 #EB2788 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 39 | 136 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.08 |
| HSL | 330.31º | 0.83% | 0.54% | - |
| HSV(B) | 330.31º | 0.83% | 0.92% | - |
| XYZ | 39.43 | 20.89 | 25.25 | - |
| YUV | 108.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 39 | 136 | 0 | 0.83 | 0.42 | 0.08 | 330.31 | 0.83 | 0.54 |
| Hex | EB | 27 | 88 | 0 | 53 | 2A | 8 | 14A | 53 | 36 |
| Octal | 353 | 47 | 210 | 0 | 123 | 52 | 10 | 512 | 123 | 66 |
| Binary | 11101011 | 100111 | 10001000 | 0 | 1010011 | 101010 | 1000 | 101001010 | 1010011 | 110110 |
Color Harmonies of #EB2788
Complementary color
Monochromatic Colors of #EB2788
Black with #EB2788
Text Example
Text Example
White with #EB2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2788; }
p { color: rgb(235,39,136); }
H1.HeaderClassName
{
color: #EB2788;
}
.AnyTagClassName
{
color: #EB2788;
}
</style>
background-color css
<style>
a { background-color: #EB2788; }
a { background-color: rgb(235,39,136); }
div.DivClassName
{
background-color: #EB2788;
}
.BgClassName
{
background-color: #EB2788;
}
</style>
border-color css
<style>
span { border-color: #EB2788; }
span { border-color: rgb(235,39,136); }
td.TdClassName
{
border-color: #EB2788;
}
.TagClassName
{
border-color: #EB2788;
}
</style>