Shades of Deep Cerise #EB2D8C
Tints of Deep Cerise #EB2D8C
RGB
CMYK
RGB Variations
Color information
#EB2D8C (or 0xEB2D8C) is known color: Deep Cerise. HEX triplet: EB, 2D and 8C. RGB value is (235,45,140). Sum of RGB (Red+Green+Blue) = 235+45+140=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D8C is #14D273. Grayscale: #707070. Windows color (decimal): -1364596 or 9186795. OLE color: 9186795.
HSL color Cylindrical-coordinate representation of color #EB2D8C: hue angle of 330º 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 #EB2D8C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 140 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.08 |
| HSL | 330º | 0.83% | 0.55% | - |
| HSV(B) | 330º | 0.81% | 0.92% | - |
| XYZ | 39.93 | 21.43 | 26.84 | - |
| YUV | 112.64 | 143.45 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 140 | 0 | 0.81 | 0.40 | 0.08 | 330 | 0.83 | 0.55 |
| Hex | EB | 2D | 8C | 0 | 51 | 28 | 8 | 14A | 53 | 37 |
| Octal | 353 | 55 | 214 | 0 | 121 | 50 | 10 | 512 | 123 | 67 |
| Binary | 11101011 | 101101 | 10001100 | 0 | 1010001 | 101000 | 1000 | 101001010 | 1010011 | 110111 |
Color Harmonies of #EB2D8C
Complementary color
Monochromatic Colors of #EB2D8C
Black with #EB2D8C
Text Example
Text Example
White with #EB2D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D8C; }
p { color: rgb(235,45,140); }
H1.HeaderClassName
{
color: #EB2D8C;
}
.AnyTagClassName
{
color: #EB2D8C;
}
</style>
background-color css
<style>
a { background-color: #EB2D8C; }
a { background-color: rgb(235,45,140); }
div.DivClassName
{
background-color: #EB2D8C;
}
.BgClassName
{
background-color: #EB2D8C;
}
</style>
border-color css
<style>
span { border-color: #EB2D8C; }
span { border-color: rgb(235,45,140); }
td.TdClassName
{
border-color: #EB2D8C;
}
.TagClassName
{
border-color: #EB2D8C;
}
</style>