Shades of Dark Pink #EB4D70
Tints of Dark Pink #EB4D70
RGB
CMYK
RGB Variations
Color information
#EB4D70 (or 0xEB4D70) is known color: Dark Pink. HEX triplet: EB, 4D and 70. RGB value is (235,77,112). Sum of RGB (Red+Green+Blue) = 235+77+112=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D70 is #14B28F. Grayscale: #808080. Windows color (decimal): -1356432 or 7359979. OLE color: 7359979.
HSL color Cylindrical-coordinate representation of color #EB4D70: hue angle of 346.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4D70 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 112 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.08 |
| HSL | 346.71º | 0.8% | 0.61% | - |
| HSV(B) | 346.71º | 0.67% | 0.92% | - |
| XYZ | 39.84 | 24.14 | 17.89 | - |
| YUV | 128.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 112 | 0 | 0.67 | 0.52 | 0.08 | 346.71 | 0.8 | 0.61 |
| Hex | EB | 4D | 70 | 0 | 43 | 34 | 8 | 15B | 50 | 3D |
| Octal | 353 | 115 | 160 | 0 | 103 | 64 | 10 | 533 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1110000 | 0 | 1000011 | 110100 | 1000 | 101011011 | 1010000 | 111101 |
Color Harmonies of #EB4D70
Complementary color
Monochromatic Colors of #EB4D70
Black with #EB4D70
Text Example
Text Example
White with #EB4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D70; }
p { color: rgb(235,77,112); }
H1.HeaderClassName
{
color: #EB4D70;
}
.AnyTagClassName
{
color: #EB4D70;
}
</style>
background-color css
<style>
a { background-color: #EB4D70; }
a { background-color: rgb(235,77,112); }
div.DivClassName
{
background-color: #EB4D70;
}
.BgClassName
{
background-color: #EB4D70;
}
</style>
border-color css
<style>
span { border-color: #EB4D70; }
span { border-color: rgb(235,77,112); }
td.TdClassName
{
border-color: #EB4D70;
}
.TagClassName
{
border-color: #EB4D70;
}
</style>