Shades of Deep Cerise #EB207C
Tints of Deep Cerise #EB207C
RGB
CMYK
RGB Variations
Color information
#EB207C (or 0xEB207C) is known color: Deep Cerise. HEX triplet: EB, 20 and 7C. RGB value is (235,32,124). Sum of RGB (Red+Green+Blue) = 235+32+124=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB207C is #14DF83. Grayscale: #676767. Windows color (decimal): -1367940 or 8134891. OLE color: 8134891.
HSL color Cylindrical-coordinate representation of color #EB207C: hue angle of 332.81º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB207C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.08 |
| HSL | 332.81º | 0.84% | 0.52% | - |
| HSV(B) | 332.81º | 0.86% | 0.92% | - |
| XYZ | 38.42 | 20.15 | 20.93 | - |
| YUV | 103.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 124 | 0 | 0.86 | 0.47 | 0.08 | 332.81 | 0.84 | 0.52 |
| Hex | EB | 20 | 7C | 0 | 56 | 2F | 8 | 14D | 54 | 34 |
| Octal | 353 | 40 | 174 | 0 | 126 | 57 | 10 | 515 | 124 | 64 |
| Binary | 11101011 | 100000 | 1111100 | 0 | 1010110 | 101111 | 1000 | 101001101 | 1010100 | 110100 |
Color Harmonies of #EB207C
Complementary color
Monochromatic Colors of #EB207C
Black with #EB207C
Text Example
Text Example
White with #EB207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB207C; }
p { color: rgb(235,32,124); }
H1.HeaderClassName
{
color: #EB207C;
}
.AnyTagClassName
{
color: #EB207C;
}
</style>
background-color css
<style>
a { background-color: #EB207C; }
a { background-color: rgb(235,32,124); }
div.DivClassName
{
background-color: #EB207C;
}
.BgClassName
{
background-color: #EB207C;
}
</style>
border-color css
<style>
span { border-color: #EB207C; }
span { border-color: rgb(235,32,124); }
td.TdClassName
{
border-color: #EB207C;
}
.TagClassName
{
border-color: #EB207C;
}
</style>