Shades of Deep Cerise #EB207D
Tints of Deep Cerise #EB207D
RGB
CMYK
RGB Variations
Color information
#EB207D (or 0xEB207D) is known color: Deep Cerise. HEX triplet: EB, 20 and 7D. RGB value is (235,32,125). Sum of RGB (Red+Green+Blue) = 235+32+125=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB207D is #14DF82. Grayscale: #676767. Windows color (decimal): -1367939 or 8200427. OLE color: 8200427.
HSL color Cylindrical-coordinate representation of color #EB207D: hue angle of 332.51º 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 #EB207D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 125 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.08 |
| HSL | 332.51º | 0.84% | 0.52% | - |
| HSV(B) | 332.51º | 0.86% | 0.92% | - |
| XYZ | 38.48 | 20.18 | 21.27 | - |
| YUV | 103.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 125 | 0 | 0.86 | 0.47 | 0.08 | 332.51 | 0.84 | 0.52 |
| Hex | EB | 20 | 7D | 0 | 56 | 2F | 8 | 14D | 54 | 34 |
| Octal | 353 | 40 | 175 | 0 | 126 | 57 | 10 | 515 | 124 | 64 |
| Binary | 11101011 | 100000 | 1111101 | 0 | 1010110 | 101111 | 1000 | 101001101 | 1010100 | 110100 |
Color Harmonies of #EB207D
Complementary color
Monochromatic Colors of #EB207D
Black with #EB207D
Text Example
Text Example
White with #EB207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB207D; }
p { color: rgb(235,32,125); }
H1.HeaderClassName
{
color: #EB207D;
}
.AnyTagClassName
{
color: #EB207D;
}
</style>
background-color css
<style>
a { background-color: #EB207D; }
a { background-color: rgb(235,32,125); }
div.DivClassName
{
background-color: #EB207D;
}
.BgClassName
{
background-color: #EB207D;
}
</style>
border-color css
<style>
span { border-color: #EB207D; }
span { border-color: rgb(235,32,125); }
td.TdClassName
{
border-color: #EB207D;
}
.TagClassName
{
border-color: #EB207D;
}
</style>