Shades of Deep Cerise #EB288D
Tints of Deep Cerise #EB288D
RGB
CMYK
RGB Variations
Color information
#EB288D (or 0xEB288D) is known color: Deep Cerise. HEX triplet: EB, 28 and 8D. RGB value is (235,40,141). Sum of RGB (Red+Green+Blue) = 235+40+141=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB288D is #14D772. Grayscale: #6D6D6D. Windows color (decimal): -1365875 or 9251051. OLE color: 9251051.
HSL color Cylindrical-coordinate representation of color #EB288D: hue angle of 328.92º 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 #EB288D is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 141 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.08 |
| HSL | 328.92º | 0.83% | 0.54% | - |
| HSV(B) | 328.92º | 0.83% | 0.92% | - |
| XYZ | 39.83 | 21.1 | 27.17 | - |
| YUV | 109.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 141 | 0 | 0.83 | 0.4 | 0.08 | 328.92 | 0.83 | 0.54 |
| Hex | EB | 28 | 8D | 0 | 53 | 28 | 8 | 149 | 53 | 36 |
| Octal | 353 | 50 | 215 | 0 | 123 | 50 | 10 | 511 | 123 | 66 |
| Binary | 11101011 | 101000 | 10001101 | 0 | 1010011 | 101000 | 1000 | 101001001 | 1010011 | 110110 |
Color Harmonies of #EB288D
Complementary color
Monochromatic Colors of #EB288D
Black with #EB288D
Text Example
Text Example
White with #EB288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB288D; }
p { color: rgb(235,40,141); }
H1.HeaderClassName
{
color: #EB288D;
}
.AnyTagClassName
{
color: #EB288D;
}
</style>
background-color css
<style>
a { background-color: #EB288D; }
a { background-color: rgb(235,40,141); }
div.DivClassName
{
background-color: #EB288D;
}
.BgClassName
{
background-color: #EB288D;
}
</style>
border-color css
<style>
span { border-color: #EB288D; }
span { border-color: rgb(235,40,141); }
td.TdClassName
{
border-color: #EB288D;
}
.TagClassName
{
border-color: #EB288D;
}
</style>