Shades of Deep Cerise #EB2088
Tints of Deep Cerise #EB2088
RGB
CMYK
RGB Variations
Color information
#EB2088 (or 0xEB2088) is known color: Deep Cerise. HEX triplet: EB, 20 and 88. RGB value is (235,32,136). Sum of RGB (Red+Green+Blue) = 235+32+136=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2088 is #14DF77. Grayscale: #686868. Windows color (decimal): -1367928 or 8921323. OLE color: 8921323.
HSL color Cylindrical-coordinate representation of color #EB2088: hue angle of 329.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2088 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 136 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.08 |
| HSL | 329.26º | 0.84% | 0.52% | - |
| HSV(B) | 329.26º | 0.86% | 0.92% | - |
| XYZ | 39.22 | 20.47 | 25.18 | - |
| YUV | 104.55 | 145.75 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 136 | 0 | 0.86 | 0.42 | 0.08 | 329.26 | 0.84 | 0.52 |
| Hex | EB | 20 | 88 | 0 | 56 | 2A | 8 | 149 | 54 | 34 |
| Octal | 353 | 40 | 210 | 0 | 126 | 52 | 10 | 511 | 124 | 64 |
| Binary | 11101011 | 100000 | 10001000 | 0 | 1010110 | 101010 | 1000 | 101001001 | 1010100 | 110100 |
Color Harmonies of #EB2088
Complementary color
Monochromatic Colors of #EB2088
Black with #EB2088
Text Example
Text Example
White with #EB2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2088; }
p { color: rgb(235,32,136); }
H1.HeaderClassName
{
color: #EB2088;
}
.AnyTagClassName
{
color: #EB2088;
}
</style>
background-color css
<style>
a { background-color: #EB2088; }
a { background-color: rgb(235,32,136); }
div.DivClassName
{
background-color: #EB2088;
}
.BgClassName
{
background-color: #EB2088;
}
</style>
border-color css
<style>
span { border-color: #EB2088; }
span { border-color: rgb(235,32,136); }
td.TdClassName
{
border-color: #EB2088;
}
.TagClassName
{
border-color: #EB2088;
}
</style>