Shades of Deep Cerise #EB247D
Tints of Deep Cerise #EB247D
RGB
CMYK
RGB Variations
Color information
#EB247D (or 0xEB247D) is known color: Deep Cerise. HEX triplet: EB, 24 and 7D. RGB value is (235,36,125). Sum of RGB (Red+Green+Blue) = 235+36+125=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB247D is #14DB82. Grayscale: #696969. Windows color (decimal): -1366915 or 8201451. OLE color: 8201451.
HSL color Cylindrical-coordinate representation of color #EB247D: hue angle of 333.17º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB247D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 125 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.08 |
| HSL | 333.17º | 0.83% | 0.53% | - |
| HSV(B) | 333.17º | 0.85% | 0.92% | - |
| XYZ | 38.59 | 20.4 | 21.31 | - |
| YUV | 105.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 125 | 0 | 0.85 | 0.47 | 0.08 | 333.17 | 0.83 | 0.53 |
| Hex | EB | 24 | 7D | 0 | 55 | 2F | 8 | 14D | 53 | 35 |
| Octal | 353 | 44 | 175 | 0 | 125 | 57 | 10 | 515 | 123 | 65 |
| Binary | 11101011 | 100100 | 1111101 | 0 | 1010101 | 101111 | 1000 | 101001101 | 1010011 | 110101 |
Color Harmonies of #EB247D
Complementary color
Monochromatic Colors of #EB247D
Black with #EB247D
Text Example
Text Example
White with #EB247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB247D; }
p { color: rgb(235,36,125); }
H1.HeaderClassName
{
color: #EB247D;
}
.AnyTagClassName
{
color: #EB247D;
}
</style>
background-color css
<style>
a { background-color: #EB247D; }
a { background-color: rgb(235,36,125); }
div.DivClassName
{
background-color: #EB247D;
}
.BgClassName
{
background-color: #EB247D;
}
</style>
border-color css
<style>
span { border-color: #EB247D; }
span { border-color: rgb(235,36,125); }
td.TdClassName
{
border-color: #EB247D;
}
.TagClassName
{
border-color: #EB247D;
}
</style>