Shades of Deep Cerise #EB2189
Tints of Deep Cerise #EB2189
RGB
CMYK
RGB Variations
Color information
#EB2189 (or 0xEB2189) is known color: Deep Cerise. HEX triplet: EB, 21 and 89. RGB value is (235,33,137). Sum of RGB (Red+Green+Blue) = 235+33+137=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2189 is #14DE76. Grayscale: #696969. Windows color (decimal): -1367671 or 8987115. OLE color: 8987115.
HSL color Cylindrical-coordinate representation of color #EB2189: hue angle of 329.11º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2189 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 137 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.08 |
| HSL | 329.11º | 0.83% | 0.53% | - |
| HSV(B) | 329.11º | 0.86% | 0.92% | - |
| XYZ | 39.32 | 20.56 | 25.56 | - |
| YUV | 105.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 137 | 0 | 0.86 | 0.42 | 0.08 | 329.11 | 0.83 | 0.53 |
| Hex | EB | 21 | 89 | 0 | 56 | 2A | 8 | 149 | 53 | 35 |
| Octal | 353 | 41 | 211 | 0 | 126 | 52 | 10 | 511 | 123 | 65 |
| Binary | 11101011 | 100001 | 10001001 | 0 | 1010110 | 101010 | 1000 | 101001001 | 1010011 | 110101 |
Color Harmonies of #EB2189
Complementary color
Monochromatic Colors of #EB2189
Black with #EB2189
Text Example
Text Example
White with #EB2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2189; }
p { color: rgb(235,33,137); }
H1.HeaderClassName
{
color: #EB2189;
}
.AnyTagClassName
{
color: #EB2189;
}
</style>
background-color css
<style>
a { background-color: #EB2189; }
a { background-color: rgb(235,33,137); }
div.DivClassName
{
background-color: #EB2189;
}
.BgClassName
{
background-color: #EB2189;
}
</style>
border-color css
<style>
span { border-color: #EB2189; }
span { border-color: rgb(235,33,137); }
td.TdClassName
{
border-color: #EB2189;
}
.TagClassName
{
border-color: #EB2189;
}
</style>