Shades of Deep Cerise #EB2188
Tints of Deep Cerise #EB2188
RGB
CMYK
RGB Variations
Color information
#EB2188 (or 0xEB2188) is known color: Deep Cerise. HEX triplet: EB, 21 and 88. RGB value is (235,33,136). Sum of RGB (Red+Green+Blue) = 235+33+136=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2188 is #14DE77. Grayscale: #686868. Windows color (decimal): -1367672 or 8921579. OLE color: 8921579.
HSL color Cylindrical-coordinate representation of color #EB2188: hue angle of 329.41º 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 #EB2188 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 136 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.08 |
| HSL | 329.41º | 0.83% | 0.53% | - |
| HSV(B) | 329.41º | 0.86% | 0.92% | - |
| XYZ | 39.25 | 20.53 | 25.19 | - |
| YUV | 105.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 136 | 0 | 0.86 | 0.42 | 0.08 | 329.41 | 0.83 | 0.53 |
| Hex | EB | 21 | 88 | 0 | 56 | 2A | 8 | 149 | 53 | 35 |
| Octal | 353 | 41 | 210 | 0 | 126 | 52 | 10 | 511 | 123 | 65 |
| Binary | 11101011 | 100001 | 10001000 | 0 | 1010110 | 101010 | 1000 | 101001001 | 1010011 | 110101 |
Color Harmonies of #EB2188
Complementary color
Monochromatic Colors of #EB2188
Black with #EB2188
Text Example
Text Example
White with #EB2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2188; }
p { color: rgb(235,33,136); }
H1.HeaderClassName
{
color: #EB2188;
}
.AnyTagClassName
{
color: #EB2188;
}
</style>
background-color css
<style>
a { background-color: #EB2188; }
a { background-color: rgb(235,33,136); }
div.DivClassName
{
background-color: #EB2188;
}
.BgClassName
{
background-color: #EB2188;
}
</style>
border-color css
<style>
span { border-color: #EB2188; }
span { border-color: rgb(235,33,136); }
td.TdClassName
{
border-color: #EB2188;
}
.TagClassName
{
border-color: #EB2188;
}
</style>