Shades of Deep Cerise #EB2D79
Tints of Deep Cerise #EB2D79
RGB
CMYK
RGB Variations
Color information
#EB2D79 (or 0xEB2D79) is known color: Deep Cerise. HEX triplet: EB, 2D and 79. RGB value is (235,45,121). Sum of RGB (Red+Green+Blue) = 235+45+121=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D79 is #14D286. Grayscale: #6E6E6E. Windows color (decimal): -1364615 or 7941611. OLE color: 7941611.
HSL color Cylindrical-coordinate representation of color #EB2D79: hue angle of 336º 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 #EB2D79 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 121 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.08 |
| HSL | 336º | 0.83% | 0.55% | - |
| HSV(B) | 336º | 0.81% | 0.92% | - |
| XYZ | 38.65 | 20.92 | 20.09 | - |
| YUV | 110.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 121 | 0 | 0.81 | 0.49 | 0.08 | 336 | 0.83 | 0.55 |
| Hex | EB | 2D | 79 | 0 | 51 | 31 | 8 | 150 | 53 | 37 |
| Octal | 353 | 55 | 171 | 0 | 121 | 61 | 10 | 520 | 123 | 67 |
| Binary | 11101011 | 101101 | 1111001 | 0 | 1010001 | 110001 | 1000 | 101010000 | 1010011 | 110111 |
Color Harmonies of #EB2D79
Complementary color
Monochromatic Colors of #EB2D79
Black with #EB2D79
Text Example
Text Example
White with #EB2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D79; }
p { color: rgb(235,45,121); }
H1.HeaderClassName
{
color: #EB2D79;
}
.AnyTagClassName
{
color: #EB2D79;
}
</style>
background-color css
<style>
a { background-color: #EB2D79; }
a { background-color: rgb(235,45,121); }
div.DivClassName
{
background-color: #EB2D79;
}
.BgClassName
{
background-color: #EB2D79;
}
</style>
border-color css
<style>
span { border-color: #EB2D79; }
span { border-color: rgb(235,45,121); }
td.TdClassName
{
border-color: #EB2D79;
}
.TagClassName
{
border-color: #EB2D79;
}
</style>