Shades of Deep Cerise #EB237C
Tints of Deep Cerise #EB237C
RGB
CMYK
RGB Variations
Color information
#EB237C (or 0xEB237C) is known color: Deep Cerise. HEX triplet: EB, 23 and 7C. RGB value is (235,35,124). Sum of RGB (Red+Green+Blue) = 235+35+124=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB237C is #14DC83. Grayscale: #686868. Windows color (decimal): -1367172 or 8135659. OLE color: 8135659.
HSL color Cylindrical-coordinate representation of color #EB237C: hue angle of 333.3º 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 #EB237C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 35 | 124 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.08 |
| HSL | 333.3º | 0.83% | 0.53% | - |
| HSV(B) | 333.3º | 0.85% | 0.92% | - |
| XYZ | 38.5 | 20.32 | 20.96 | - |
| YUV | 104.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 35 | 124 | 0 | 0.85 | 0.47 | 0.08 | 333.3 | 0.83 | 0.53 |
| Hex | EB | 23 | 7C | 0 | 55 | 2F | 8 | 14D | 53 | 35 |
| Octal | 353 | 43 | 174 | 0 | 125 | 57 | 10 | 515 | 123 | 65 |
| Binary | 11101011 | 100011 | 1111100 | 0 | 1010101 | 101111 | 1000 | 101001101 | 1010011 | 110101 |
Color Harmonies of #EB237C
Complementary color
Monochromatic Colors of #EB237C
Black with #EB237C
Text Example
Text Example
White with #EB237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB237C; }
p { color: rgb(235,35,124); }
H1.HeaderClassName
{
color: #EB237C;
}
.AnyTagClassName
{
color: #EB237C;
}
</style>
background-color css
<style>
a { background-color: #EB237C; }
a { background-color: rgb(235,35,124); }
div.DivClassName
{
background-color: #EB237C;
}
.BgClassName
{
background-color: #EB237C;
}
</style>
border-color css
<style>
span { border-color: #EB237C; }
span { border-color: rgb(235,35,124); }
td.TdClassName
{
border-color: #EB237C;
}
.TagClassName
{
border-color: #EB237C;
}
</style>