Shades of Deep Cerise #EB2080
Tints of Deep Cerise #EB2080
RGB
CMYK
RGB Variations
Color information
#EB2080 (or 0xEB2080) is known color: Deep Cerise. HEX triplet: EB, 20 and 80. RGB value is (235,32,128). Sum of RGB (Red+Green+Blue) = 235+32+128=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2080 is #14DF7F. Grayscale: #676767. Windows color (decimal): -1367936 or 8397035. OLE color: 8397035.
HSL color Cylindrical-coordinate representation of color #EB2080: hue angle of 331.63º 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 #EB2080 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 128 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.08 |
| HSL | 331.63º | 0.84% | 0.52% | - |
| HSV(B) | 331.63º | 0.86% | 0.92% | - |
| XYZ | 38.67 | 20.25 | 22.29 | - |
| YUV | 103.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 128 | 0 | 0.86 | 0.46 | 0.08 | 331.63 | 0.84 | 0.52 |
| Hex | EB | 20 | 80 | 0 | 56 | 2E | 8 | 14C | 54 | 34 |
| Octal | 353 | 40 | 200 | 0 | 126 | 56 | 10 | 514 | 124 | 64 |
| Binary | 11101011 | 100000 | 10000000 | 0 | 1010110 | 101110 | 1000 | 101001100 | 1010100 | 110100 |
Color Harmonies of #EB2080
Complementary color
Monochromatic Colors of #EB2080
Black with #EB2080
Text Example
Text Example
White with #EB2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2080; }
p { color: rgb(235,32,128); }
H1.HeaderClassName
{
color: #EB2080;
}
.AnyTagClassName
{
color: #EB2080;
}
</style>
background-color css
<style>
a { background-color: #EB2080; }
a { background-color: rgb(235,32,128); }
div.DivClassName
{
background-color: #EB2080;
}
.BgClassName
{
background-color: #EB2080;
}
</style>
border-color css
<style>
span { border-color: #EB2080; }
span { border-color: rgb(235,32,128); }
td.TdClassName
{
border-color: #EB2080;
}
.TagClassName
{
border-color: #EB2080;
}
</style>