Shades of Deep Cerise #EB2882
Tints of Deep Cerise #EB2882
RGB
CMYK
RGB Variations
Color information
#EB2882 (or 0xEB2882) is known color: Deep Cerise. HEX triplet: EB, 28 and 82. RGB value is (235,40,130). Sum of RGB (Red+Green+Blue) = 235+40+130=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2882 is #14D77D. Grayscale: #6C6C6C. Windows color (decimal): -1365886 or 8530155. OLE color: 8530155.
HSL color Cylindrical-coordinate representation of color #EB2882: hue angle of 332.31º 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 #EB2882 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 130 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.08 |
| HSL | 332.31º | 0.83% | 0.54% | - |
| HSV(B) | 332.31º | 0.83% | 0.92% | - |
| XYZ | 39.05 | 20.79 | 23.07 | - |
| YUV | 108.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 130 | 0 | 0.83 | 0.45 | 0.08 | 332.31 | 0.83 | 0.54 |
| Hex | EB | 28 | 82 | 0 | 53 | 2D | 8 | 14C | 53 | 36 |
| Octal | 353 | 50 | 202 | 0 | 123 | 55 | 10 | 514 | 123 | 66 |
| Binary | 11101011 | 101000 | 10000010 | 0 | 1010011 | 101101 | 1000 | 101001100 | 1010011 | 110110 |
Color Harmonies of #EB2882
Complementary color
Monochromatic Colors of #EB2882
Black with #EB2882
Text Example
Text Example
White with #EB2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2882; }
p { color: rgb(235,40,130); }
H1.HeaderClassName
{
color: #EB2882;
}
.AnyTagClassName
{
color: #EB2882;
}
</style>
background-color css
<style>
a { background-color: #EB2882; }
a { background-color: rgb(235,40,130); }
div.DivClassName
{
background-color: #EB2882;
}
.BgClassName
{
background-color: #EB2882;
}
</style>
border-color css
<style>
span { border-color: #EB2882; }
span { border-color: rgb(235,40,130); }
td.TdClassName
{
border-color: #EB2882;
}
.TagClassName
{
border-color: #EB2882;
}
</style>