Shades of Deep Cerise #EB2D8E
Tints of Deep Cerise #EB2D8E
RGB
CMYK
RGB Variations
Color information
#EB2D8E (or 0xEB2D8E) is known color: Deep Cerise. HEX triplet: EB, 2D and 8E. RGB value is (235,45,142). Sum of RGB (Red+Green+Blue) = 235+45+142=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D8E is #14D271. Grayscale: #707070. Windows color (decimal): -1364594 or 9317867. OLE color: 9317867.
HSL color Cylindrical-coordinate representation of color #EB2D8E: hue angle of 329.37º 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 #EB2D8E is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 142 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.08 |
| HSL | 329.37º | 0.83% | 0.55% | - |
| HSV(B) | 329.37º | 0.81% | 0.92% | - |
| XYZ | 40.08 | 21.49 | 27.63 | - |
| YUV | 112.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 142 | 0 | 0.81 | 0.40 | 0.08 | 329.37 | 0.83 | 0.55 |
| Hex | EB | 2D | 8E | 0 | 51 | 28 | 8 | 149 | 53 | 37 |
| Octal | 353 | 55 | 216 | 0 | 121 | 50 | 10 | 511 | 123 | 67 |
| Binary | 11101011 | 101101 | 10001110 | 0 | 1010001 | 101000 | 1000 | 101001001 | 1010011 | 110111 |
Color Harmonies of #EB2D8E
Complementary color
Monochromatic Colors of #EB2D8E
Black with #EB2D8E
Text Example
Text Example
White with #EB2D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D8E; }
p { color: rgb(235,45,142); }
H1.HeaderClassName
{
color: #EB2D8E;
}
.AnyTagClassName
{
color: #EB2D8E;
}
</style>
background-color css
<style>
a { background-color: #EB2D8E; }
a { background-color: rgb(235,45,142); }
div.DivClassName
{
background-color: #EB2D8E;
}
.BgClassName
{
background-color: #EB2D8E;
}
</style>
border-color css
<style>
span { border-color: #EB2D8E; }
span { border-color: rgb(235,45,142); }
td.TdClassName
{
border-color: #EB2D8E;
}
.TagClassName
{
border-color: #EB2D8E;
}
</style>