Shades of Deep Cerise #EB247E
Tints of Deep Cerise #EB247E
RGB
CMYK
RGB Variations
Color information
#EB247E (or 0xEB247E) is known color: Deep Cerise. HEX triplet: EB, 24 and 7E. RGB value is (235,36,126). Sum of RGB (Red+Green+Blue) = 235+36+126=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB247E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB247E is #14DB81. Grayscale: #696969. Windows color (decimal): -1366914 or 8266987. OLE color: 8266987.
HSL color Cylindrical-coordinate representation of color #EB247E: hue angle of 332.86º 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 #EB247E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 36 | 126 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.08 |
| HSL | 332.86º | 0.83% | 0.53% | - |
| HSV(B) | 332.86º | 0.85% | 0.92% | - |
| XYZ | 38.66 | 20.43 | 21.64 | - |
| YUV | 105.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 36 | 126 | 0 | 0.85 | 0.46 | 0.08 | 332.86 | 0.83 | 0.53 |
| Hex | EB | 24 | 7E | 0 | 55 | 2E | 8 | 14D | 53 | 35 |
| Octal | 353 | 44 | 176 | 0 | 125 | 56 | 10 | 515 | 123 | 65 |
| Binary | 11101011 | 100100 | 1111110 | 0 | 1010101 | 101110 | 1000 | 101001101 | 1010011 | 110101 |
Color Harmonies of #EB247E
Complementary color
Monochromatic Colors of #EB247E
Black with #EB247E
Text Example
Text Example
White with #EB247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB247E; }
p { color: rgb(235,36,126); }
H1.HeaderClassName
{
color: #EB247E;
}
.AnyTagClassName
{
color: #EB247E;
}
</style>
background-color css
<style>
a { background-color: #EB247E; }
a { background-color: rgb(235,36,126); }
div.DivClassName
{
background-color: #EB247E;
}
.BgClassName
{
background-color: #EB247E;
}
</style>
border-color css
<style>
span { border-color: #EB247E; }
span { border-color: rgb(235,36,126); }
td.TdClassName
{
border-color: #EB247E;
}
.TagClassName
{
border-color: #EB247E;
}
</style>