Shades of Deep Cerise #EB247A
Tints of Deep Cerise #EB247A
RGB
CMYK
RGB Variations
Color information
#EB247A (or 0xEB247A) is known color: Deep Cerise. HEX triplet: EB, 24 and 7A. RGB value is (235,36,122). Sum of RGB (Red+Green+Blue) = 235+36+122=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB247A is #14DB85. Grayscale: #696969. Windows color (decimal): -1366918 or 8004843. OLE color: 8004843.
HSL color Cylindrical-coordinate representation of color #EB247A: hue angle of 334.07º 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 #EB247A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 122 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.08 |
| HSL | 334.07º | 0.83% | 0.53% | - |
| HSV(B) | 334.07º | 0.85% | 0.92% | - |
| XYZ | 38.4 | 20.33 | 20.31 | - |
| YUV | 105.31 | 137.43 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 122 | 0 | 0.85 | 0.48 | 0.08 | 334.07 | 0.83 | 0.53 |
| Hex | EB | 24 | 7A | 0 | 55 | 30 | 8 | 14E | 53 | 35 |
| Octal | 353 | 44 | 172 | 0 | 125 | 60 | 10 | 516 | 123 | 65 |
| Binary | 11101011 | 100100 | 1111010 | 0 | 1010101 | 110000 | 1000 | 101001110 | 1010011 | 110101 |
Color Harmonies of #EB247A
Complementary color
Monochromatic Colors of #EB247A
Black with #EB247A
Text Example
Text Example
White with #EB247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB247A; }
p { color: rgb(235,36,122); }
H1.HeaderClassName
{
color: #EB247A;
}
.AnyTagClassName
{
color: #EB247A;
}
</style>
background-color css
<style>
a { background-color: #EB247A; }
a { background-color: rgb(235,36,122); }
div.DivClassName
{
background-color: #EB247A;
}
.BgClassName
{
background-color: #EB247A;
}
</style>
border-color css
<style>
span { border-color: #EB247A; }
span { border-color: rgb(235,36,122); }
td.TdClassName
{
border-color: #EB247A;
}
.TagClassName
{
border-color: #EB247A;
}
</style>