Shades of Dark Pink #EB477D
Tints of Dark Pink #EB477D
RGB
CMYK
RGB Variations
Color information
#EB477D (or 0xEB477D) is known color: Dark Pink. HEX triplet: EB, 47 and 7D. RGB value is (235,71,125). Sum of RGB (Red+Green+Blue) = 235+71+125=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB477D is #14B882. Grayscale: #7E7E7E. Windows color (decimal): -1357955 or 8210411. OLE color: 8210411.
HSL color Cylindrical-coordinate representation of color #EB477D: hue angle of 340.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB477D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 125 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.08 |
| HSL | 340.24º | 0.8% | 0.6% | - |
| HSV(B) | 340.24º | 0.7% | 0.92% | - |
| XYZ | 40.22 | 23.65 | 21.85 | - |
| YUV | 126.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 125 | 0 | 0.70 | 0.47 | 0.08 | 340.24 | 0.8 | 0.6 |
| Hex | EB | 47 | 7D | 0 | 46 | 2F | 8 | 154 | 50 | 3C |
| Octal | 353 | 107 | 175 | 0 | 106 | 57 | 10 | 524 | 120 | 74 |
| Binary | 11101011 | 1000111 | 1111101 | 0 | 1000110 | 101111 | 1000 | 101010100 | 1010000 | 111100 |
Color Harmonies of #EB477D
Complementary color
Monochromatic Colors of #EB477D
Black with #EB477D
Text Example
Text Example
White with #EB477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB477D; }
p { color: rgb(235,71,125); }
H1.HeaderClassName
{
color: #EB477D;
}
.AnyTagClassName
{
color: #EB477D;
}
</style>
background-color css
<style>
a { background-color: #EB477D; }
a { background-color: rgb(235,71,125); }
div.DivClassName
{
background-color: #EB477D;
}
.BgClassName
{
background-color: #EB477D;
}
</style>
border-color css
<style>
span { border-color: #EB477D; }
span { border-color: rgb(235,71,125); }
td.TdClassName
{
border-color: #EB477D;
}
.TagClassName
{
border-color: #EB477D;
}
</style>