Shades of Deep Cerise #EB2A7D
Tints of Deep Cerise #EB2A7D
RGB
CMYK
RGB Variations
Color information
#EB2A7D (or 0xEB2A7D) is known color: Deep Cerise. HEX triplet: EB, 2A and 7D. RGB value is (235,42,125). Sum of RGB (Red+Green+Blue) = 235+42+125=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A7D is #14D582. Grayscale: #6D6D6D. Windows color (decimal): -1365379 or 8202987. OLE color: 8202987.
HSL color Cylindrical-coordinate representation of color #EB2A7D: hue angle of 334.2º 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 #EB2A7D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 125 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.08 |
| HSL | 334.2º | 0.83% | 0.54% | - |
| HSV(B) | 334.2º | 0.82% | 0.92% | - |
| XYZ | 38.79 | 20.8 | 21.37 | - |
| YUV | 109.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 125 | 0 | 0.82 | 0.47 | 0.08 | 334.2 | 0.83 | 0.54 |
| Hex | EB | 2A | 7D | 0 | 52 | 2F | 8 | 14E | 53 | 36 |
| Octal | 353 | 52 | 175 | 0 | 122 | 57 | 10 | 516 | 123 | 66 |
| Binary | 11101011 | 101010 | 1111101 | 0 | 1010010 | 101111 | 1000 | 101001110 | 1010011 | 110110 |
Color Harmonies of #EB2A7D
Complementary color
Monochromatic Colors of #EB2A7D
Black with #EB2A7D
Text Example
Text Example
White with #EB2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A7D; }
p { color: rgb(235,42,125); }
H1.HeaderClassName
{
color: #EB2A7D;
}
.AnyTagClassName
{
color: #EB2A7D;
}
</style>
background-color css
<style>
a { background-color: #EB2A7D; }
a { background-color: rgb(235,42,125); }
div.DivClassName
{
background-color: #EB2A7D;
}
.BgClassName
{
background-color: #EB2A7D;
}
</style>
border-color css
<style>
span { border-color: #EB2A7D; }
span { border-color: rgb(235,42,125); }
td.TdClassName
{
border-color: #EB2A7D;
}
.TagClassName
{
border-color: #EB2A7D;
}
</style>