Shades of Deep Cerise #EB2A81
Tints of Deep Cerise #EB2A81
RGB
CMYK
RGB Variations
Color information
#EB2A81 (or 0xEB2A81) is known color: Deep Cerise. HEX triplet: EB, 2A and 81. RGB value is (235,42,129). Sum of RGB (Red+Green+Blue) = 235+42+129=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2A81 is #14D57E. Grayscale: #6D6D6D. Windows color (decimal): -1365375 or 8465131. OLE color: 8465131.
HSL color Cylindrical-coordinate representation of color #EB2A81: hue angle of 332.95º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2A81 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 129 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.08 |
| HSL | 332.95º | 0.83% | 0.54% | - |
| HSV(B) | 332.95º | 0.82% | 0.92% | - |
| XYZ | 39.05 | 20.9 | 22.75 | - |
| YUV | 109.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 129 | 0 | 0.82 | 0.45 | 0.08 | 332.95 | 0.83 | 0.54 |
| Hex | EB | 2A | 81 | 0 | 52 | 2D | 8 | 14D | 53 | 36 |
| Octal | 353 | 52 | 201 | 0 | 122 | 55 | 10 | 515 | 123 | 66 |
| Binary | 11101011 | 101010 | 10000001 | 0 | 1010010 | 101101 | 1000 | 101001101 | 1010011 | 110110 |
Color Harmonies of #EB2A81
Complementary color
Monochromatic Colors of #EB2A81
Black with #EB2A81
Text Example
Text Example
White with #EB2A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A81; }
p { color: rgb(235,42,129); }
H1.HeaderClassName
{
color: #EB2A81;
}
.AnyTagClassName
{
color: #EB2A81;
}
</style>
background-color css
<style>
a { background-color: #EB2A81; }
a { background-color: rgb(235,42,129); }
div.DivClassName
{
background-color: #EB2A81;
}
.BgClassName
{
background-color: #EB2A81;
}
</style>
border-color css
<style>
span { border-color: #EB2A81; }
span { border-color: rgb(235,42,129); }
td.TdClassName
{
border-color: #EB2A81;
}
.TagClassName
{
border-color: #EB2A81;
}
</style>