Shades of Deep Pink #EB047D
Tints of Deep Pink #EB047D
RGB
CMYK
RGB Variations
Color information
#EB047D (or 0xEB047D) is known color: Deep Pink. HEX triplet: EB, 04 and 7D. RGB value is (235,4,125). Sum of RGB (Red+Green+Blue) = 235+4+125=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB047D is #14FB82. Grayscale: #565656. Windows color (decimal): -1375107 or 8193259. OLE color: 8193259.
HSL color Cylindrical-coordinate representation of color #EB047D: hue angle of 328.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB047D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.08 |
| HSL | 328.57º | 0.97% | 0.47% | - |
| HSV(B) | 328.57º | 0.98% | 0.92% | - |
| XYZ | 38.01 | 19.23 | 21.11 | - |
| YUV | 86.86 | 149.53 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 4 | 125 | 0 | 0.98 | 0.47 | 0.08 | 328.57 | 0.97 | 0.47 |
| Hex | EB | 4 | 7D | 0 | 62 | 2F | 8 | 149 | 61 | 2F |
| Octal | 353 | 4 | 175 | 0 | 142 | 57 | 10 | 511 | 141 | 57 |
| Binary | 11101011 | 100 | 1111101 | 0 | 1100010 | 101111 | 1000 | 101001001 | 1100001 | 101111 |
Color Harmonies of #EB047D
Complementary color
Monochromatic Colors of #EB047D
Black with #EB047D
Text Example
Text Example
White with #EB047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB047D; }
p { color: rgb(235,4,125); }
H1.HeaderClassName
{
color: #EB047D;
}
.AnyTagClassName
{
color: #EB047D;
}
</style>
background-color css
<style>
a { background-color: #EB047D; }
a { background-color: rgb(235,4,125); }
div.DivClassName
{
background-color: #EB047D;
}
.BgClassName
{
background-color: #EB047D;
}
</style>
border-color css
<style>
span { border-color: #EB047D; }
span { border-color: rgb(235,4,125); }
td.TdClassName
{
border-color: #EB047D;
}
.TagClassName
{
border-color: #EB047D;
}
</style>