Shades of Deep Cerise #EB2C8C
Tints of Deep Cerise #EB2C8C
RGB
CMYK
RGB Variations
Color information
#EB2C8C (or 0xEB2C8C) is known color: Deep Cerise. HEX triplet: EB, 2C and 8C. RGB value is (235,44,140). Sum of RGB (Red+Green+Blue) = 235+44+140=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2C8C is #14D373. Grayscale: #6F6F6F. Windows color (decimal): -1364852 or 9186539. OLE color: 9186539.
HSL color Cylindrical-coordinate representation of color #EB2C8C: hue angle of 329.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2C8C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 44 | 140 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.08 |
| HSL | 329.84º | 0.83% | 0.55% | - |
| HSV(B) | 329.84º | 0.81% | 0.92% | - |
| XYZ | 39.9 | 21.36 | 26.83 | - |
| YUV | 112.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 140 | 0 | 0.81 | 0.40 | 0.08 | 329.84 | 0.83 | 0.55 |
| Hex | EB | 2C | 8C | 0 | 51 | 28 | 8 | 14A | 53 | 37 |
| Octal | 353 | 54 | 214 | 0 | 121 | 50 | 10 | 512 | 123 | 67 |
| Binary | 11101011 | 101100 | 10001100 | 0 | 1010001 | 101000 | 1000 | 101001010 | 1010011 | 110111 |
Color Harmonies of #EB2C8C
Complementary color
Monochromatic Colors of #EB2C8C
Black with #EB2C8C
Text Example
Text Example
White with #EB2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2C8C; }
p { color: rgb(235,44,140); }
H1.HeaderClassName
{
color: #EB2C8C;
}
.AnyTagClassName
{
color: #EB2C8C;
}
</style>
background-color css
<style>
a { background-color: #EB2C8C; }
a { background-color: rgb(235,44,140); }
div.DivClassName
{
background-color: #EB2C8C;
}
.BgClassName
{
background-color: #EB2C8C;
}
</style>
border-color css
<style>
span { border-color: #EB2C8C; }
span { border-color: rgb(235,44,140); }
td.TdClassName
{
border-color: #EB2C8C;
}
.TagClassName
{
border-color: #EB2C8C;
}
</style>