Shades of Deep Cerise #EB288B
Tints of Deep Cerise #EB288B
RGB
CMYK
RGB Variations
Color information
#EB288B (or 0xEB288B) is known color: Deep Cerise. HEX triplet: EB, 28 and 8B. RGB value is (235,40,139). Sum of RGB (Red+Green+Blue) = 235+40+139=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB288B is #14D774. Grayscale: #6D6D6D. Windows color (decimal): -1365877 or 9119979. OLE color: 9119979.
HSL color Cylindrical-coordinate representation of color #EB288B: hue angle of 329.54º 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 #EB288B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.08 |
| HSL | 329.54º | 0.83% | 0.54% | - |
| HSV(B) | 329.54º | 0.83% | 0.92% | - |
| XYZ | 39.68 | 21.04 | 26.4 | - |
| YUV | 109.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 139 | 0 | 0.83 | 0.41 | 0.08 | 329.54 | 0.83 | 0.54 |
| Hex | EB | 28 | 8B | 0 | 53 | 29 | 8 | 14A | 53 | 36 |
| Octal | 353 | 50 | 213 | 0 | 123 | 51 | 10 | 512 | 123 | 66 |
| Binary | 11101011 | 101000 | 10001011 | 0 | 1010011 | 101001 | 1000 | 101001010 | 1010011 | 110110 |
Color Harmonies of #EB288B
Complementary color
Monochromatic Colors of #EB288B
Black with #EB288B
Text Example
Text Example
White with #EB288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB288B; }
p { color: rgb(235,40,139); }
H1.HeaderClassName
{
color: #EB288B;
}
.AnyTagClassName
{
color: #EB288B;
}
</style>
background-color css
<style>
a { background-color: #EB288B; }
a { background-color: rgb(235,40,139); }
div.DivClassName
{
background-color: #EB288B;
}
.BgClassName
{
background-color: #EB288B;
}
</style>
border-color css
<style>
span { border-color: #EB288B; }
span { border-color: rgb(235,40,139); }
td.TdClassName
{
border-color: #EB288B;
}
.TagClassName
{
border-color: #EB288B;
}
</style>