Shades of Deep Cerise #EB2083
Tints of Deep Cerise #EB2083
RGB
CMYK
RGB Variations
Color information
#EB2083 (or 0xEB2083) is known color: Deep Cerise. HEX triplet: EB, 20 and 83. RGB value is (235,32,131). Sum of RGB (Red+Green+Blue) = 235+32+131=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2083 is #14DF7C. Grayscale: #676767. Windows color (decimal): -1367933 or 8593643. OLE color: 8593643.
HSL color Cylindrical-coordinate representation of color #EB2083: hue angle of 330.74º 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 #EB2083 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 131 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.08 |
| HSL | 330.74º | 0.84% | 0.52% | - |
| HSV(B) | 330.74º | 0.86% | 0.92% | - |
| XYZ | 38.87 | 20.33 | 23.35 | - |
| YUV | 103.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 131 | 0 | 0.86 | 0.44 | 0.08 | 330.74 | 0.84 | 0.52 |
| Hex | EB | 20 | 83 | 0 | 56 | 2C | 8 | 14B | 54 | 34 |
| Octal | 353 | 40 | 203 | 0 | 126 | 54 | 10 | 513 | 124 | 64 |
| Binary | 11101011 | 100000 | 10000011 | 0 | 1010110 | 101100 | 1000 | 101001011 | 1010100 | 110100 |
Color Harmonies of #EB2083
Complementary color
Monochromatic Colors of #EB2083
Black with #EB2083
Text Example
Text Example
White with #EB2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2083; }
p { color: rgb(235,32,131); }
H1.HeaderClassName
{
color: #EB2083;
}
.AnyTagClassName
{
color: #EB2083;
}
</style>
background-color css
<style>
a { background-color: #EB2083; }
a { background-color: rgb(235,32,131); }
div.DivClassName
{
background-color: #EB2083;
}
.BgClassName
{
background-color: #EB2083;
}
</style>
border-color css
<style>
span { border-color: #EB2083; }
span { border-color: rgb(235,32,131); }
td.TdClassName
{
border-color: #EB2083;
}
.TagClassName
{
border-color: #EB2083;
}
</style>