Shades of Deep Cerise #EB297D
Tints of Deep Cerise #EB297D
RGB
CMYK
RGB Variations
Color information
#EB297D (or 0xEB297D) is known color: Deep Cerise. HEX triplet: EB, 29 and 7D. RGB value is (235,41,125). Sum of RGB (Red+Green+Blue) = 235+41+125=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB297D is #14D682. Grayscale: #6C6C6C. Windows color (decimal): -1365635 or 8202731. OLE color: 8202731.
HSL color Cylindrical-coordinate representation of color #EB297D: hue angle of 334.02º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB297D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 125 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.08 |
| HSL | 334.02º | 0.83% | 0.54% | - |
| HSV(B) | 334.02º | 0.83% | 0.92% | - |
| XYZ | 38.76 | 20.73 | 21.36 | - |
| YUV | 108.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 125 | 0 | 0.83 | 0.47 | 0.08 | 334.02 | 0.83 | 0.54 |
| Hex | EB | 29 | 7D | 0 | 53 | 2F | 8 | 14E | 53 | 36 |
| Octal | 353 | 51 | 175 | 0 | 123 | 57 | 10 | 516 | 123 | 66 |
| Binary | 11101011 | 101001 | 1111101 | 0 | 1010011 | 101111 | 1000 | 101001110 | 1010011 | 110110 |
Color Harmonies of #EB297D
Complementary color
Monochromatic Colors of #EB297D
Black with #EB297D
Text Example
Text Example
White with #EB297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB297D; }
p { color: rgb(235,41,125); }
H1.HeaderClassName
{
color: #EB297D;
}
.AnyTagClassName
{
color: #EB297D;
}
</style>
background-color css
<style>
a { background-color: #EB297D; }
a { background-color: rgb(235,41,125); }
div.DivClassName
{
background-color: #EB297D;
}
.BgClassName
{
background-color: #EB297D;
}
</style>
border-color css
<style>
span { border-color: #EB297D; }
span { border-color: rgb(235,41,125); }
td.TdClassName
{
border-color: #EB297D;
}
.TagClassName
{
border-color: #EB297D;
}
</style>