Shades of Dark Pink #EB4C78
Tints of Dark Pink #EB4C78
RGB
CMYK
RGB Variations
Color information
#EB4C78 (or 0xEB4C78) is known color: Dark Pink. HEX triplet: EB, 4C and 78. RGB value is (235,76,120). Sum of RGB (Red+Green+Blue) = 235+76+120=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C78 is #14B387. Grayscale: #808080. Windows color (decimal): -1356680 or 7884011. OLE color: 7884011.
HSL color Cylindrical-coordinate representation of color #EB4C78: hue angle of 343.4º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4C78 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 120 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.08 |
| HSL | 343.4º | 0.8% | 0.61% | - |
| HSV(B) | 343.4º | 0.68% | 0.92% | - |
| XYZ | 40.24 | 24.19 | 20.32 | - |
| YUV | 128.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 120 | 0 | 0.68 | 0.49 | 0.08 | 343.4 | 0.8 | 0.61 |
| Hex | EB | 4C | 78 | 0 | 44 | 31 | 8 | 157 | 50 | 3D |
| Octal | 353 | 114 | 170 | 0 | 104 | 61 | 10 | 527 | 120 | 75 |
| Binary | 11101011 | 1001100 | 1111000 | 0 | 1000100 | 110001 | 1000 | 101010111 | 1010000 | 111101 |
Color Harmonies of #EB4C78
Complementary color
Monochromatic Colors of #EB4C78
Black with #EB4C78
Text Example
Text Example
White with #EB4C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4C78; }
p { color: rgb(235,76,120); }
H1.HeaderClassName
{
color: #EB4C78;
}
.AnyTagClassName
{
color: #EB4C78;
}
</style>
background-color css
<style>
a { background-color: #EB4C78; }
a { background-color: rgb(235,76,120); }
div.DivClassName
{
background-color: #EB4C78;
}
.BgClassName
{
background-color: #EB4C78;
}
</style>
border-color css
<style>
span { border-color: #EB4C78; }
span { border-color: rgb(235,76,120); }
td.TdClassName
{
border-color: #EB4C78;
}
.TagClassName
{
border-color: #EB4C78;
}
</style>