Shades of Deep Cerise #EB2883
Tints of Deep Cerise #EB2883
RGB
CMYK
RGB Variations
Color information
#EB2883 (or 0xEB2883) is known color: Deep Cerise. HEX triplet: EB, 28 and 83. RGB value is (235,40,131). Sum of RGB (Red+Green+Blue) = 235+40+131=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2883 is #14D77C. Grayscale: #6C6C6C. Windows color (decimal): -1365885 or 8595691. OLE color: 8595691.
HSL color Cylindrical-coordinate representation of color #EB2883: hue angle of 332º 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 #EB2883 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 131 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.08 |
| HSL | 332º | 0.83% | 0.54% | - |
| HSV(B) | 332º | 0.83% | 0.92% | - |
| XYZ | 39.12 | 20.82 | 23.43 | - |
| YUV | 108.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 131 | 0 | 0.83 | 0.44 | 0.08 | 332 | 0.83 | 0.54 |
| Hex | EB | 28 | 83 | 0 | 53 | 2C | 8 | 14C | 53 | 36 |
| Octal | 353 | 50 | 203 | 0 | 123 | 54 | 10 | 514 | 123 | 66 |
| Binary | 11101011 | 101000 | 10000011 | 0 | 1010011 | 101100 | 1000 | 101001100 | 1010011 | 110110 |
Color Harmonies of #EB2883
Complementary color
Monochromatic Colors of #EB2883
Black with #EB2883
Text Example
Text Example
White with #EB2883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2883; }
p { color: rgb(235,40,131); }
H1.HeaderClassName
{
color: #EB2883;
}
.AnyTagClassName
{
color: #EB2883;
}
</style>
background-color css
<style>
a { background-color: #EB2883; }
a { background-color: rgb(235,40,131); }
div.DivClassName
{
background-color: #EB2883;
}
.BgClassName
{
background-color: #EB2883;
}
</style>
border-color css
<style>
span { border-color: #EB2883; }
span { border-color: rgb(235,40,131); }
td.TdClassName
{
border-color: #EB2883;
}
.TagClassName
{
border-color: #EB2883;
}
</style>