Shades of Deep Cerise #EB2184
Tints of Deep Cerise #EB2184
RGB
CMYK
RGB Variations
Color information
#EB2184 (or 0xEB2184) is known color: Deep Cerise. HEX triplet: EB, 21 and 84. RGB value is (235,33,132). Sum of RGB (Red+Green+Blue) = 235+33+132=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2184 is #14DE7B. Grayscale: #686868. Windows color (decimal): -1367676 or 8659435. OLE color: 8659435.
HSL color Cylindrical-coordinate representation of color #EB2184: hue angle of 330.59º 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 #EB2184 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 132 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.08 |
| HSL | 330.59º | 0.83% | 0.53% | - |
| HSV(B) | 330.59º | 0.86% | 0.92% | - |
| XYZ | 38.97 | 20.42 | 23.72 | - |
| YUV | 104.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 132 | 0 | 0.86 | 0.44 | 0.08 | 330.59 | 0.83 | 0.53 |
| Hex | EB | 21 | 84 | 0 | 56 | 2C | 8 | 14B | 53 | 35 |
| Octal | 353 | 41 | 204 | 0 | 126 | 54 | 10 | 513 | 123 | 65 |
| Binary | 11101011 | 100001 | 10000100 | 0 | 1010110 | 101100 | 1000 | 101001011 | 1010011 | 110101 |
Color Harmonies of #EB2184
Complementary color
Monochromatic Colors of #EB2184
Black with #EB2184
Text Example
Text Example
White with #EB2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2184; }
p { color: rgb(235,33,132); }
H1.HeaderClassName
{
color: #EB2184;
}
.AnyTagClassName
{
color: #EB2184;
}
</style>
background-color css
<style>
a { background-color: #EB2184; }
a { background-color: rgb(235,33,132); }
div.DivClassName
{
background-color: #EB2184;
}
.BgClassName
{
background-color: #EB2184;
}
</style>
border-color css
<style>
span { border-color: #EB2184; }
span { border-color: rgb(235,33,132); }
td.TdClassName
{
border-color: #EB2184;
}
.TagClassName
{
border-color: #EB2184;
}
</style>