Shades of Deep Cerise #EB2087
Tints of Deep Cerise #EB2087
RGB
CMYK
RGB Variations
Color information
#EB2087 (or 0xEB2087) is known color: Deep Cerise. HEX triplet: EB, 20 and 87. RGB value is (235,32,135). Sum of RGB (Red+Green+Blue) = 235+32+135=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2087 is #14DF78. Grayscale: #686868. Windows color (decimal): -1367929 or 8855787. OLE color: 8855787.
HSL color Cylindrical-coordinate representation of color #EB2087: hue angle of 329.56º 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 #EB2087 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 135 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.08 |
| HSL | 329.56º | 0.84% | 0.52% | - |
| HSV(B) | 329.56º | 0.86% | 0.92% | - |
| XYZ | 39.15 | 20.44 | 24.8 | - |
| YUV | 104.44 | 145.25 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 135 | 0 | 0.86 | 0.43 | 0.08 | 329.56 | 0.84 | 0.52 |
| Hex | EB | 20 | 87 | 0 | 56 | 2B | 8 | 14A | 54 | 34 |
| Octal | 353 | 40 | 207 | 0 | 126 | 53 | 10 | 512 | 124 | 64 |
| Binary | 11101011 | 100000 | 10000111 | 0 | 1010110 | 101011 | 1000 | 101001010 | 1010100 | 110100 |
Color Harmonies of #EB2087
Complementary color
Monochromatic Colors of #EB2087
Black with #EB2087
Text Example
Text Example
White with #EB2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2087; }
p { color: rgb(235,32,135); }
H1.HeaderClassName
{
color: #EB2087;
}
.AnyTagClassName
{
color: #EB2087;
}
</style>
background-color css
<style>
a { background-color: #EB2087; }
a { background-color: rgb(235,32,135); }
div.DivClassName
{
background-color: #EB2087;
}
.BgClassName
{
background-color: #EB2087;
}
</style>
border-color css
<style>
span { border-color: #EB2087; }
span { border-color: rgb(235,32,135); }
td.TdClassName
{
border-color: #EB2087;
}
.TagClassName
{
border-color: #EB2087;
}
</style>