Shades of Dark Pink #EB4D85
Tints of Dark Pink #EB4D85
RGB
CMYK
RGB Variations
Color information
#EB4D85 (or 0xEB4D85) is known color: Dark Pink. HEX triplet: EB, 4D and 85. RGB value is (235,77,133). Sum of RGB (Red+Green+Blue) = 235+77+133=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D85 is #14B27A. Grayscale: #828282. Windows color (decimal): -1356411 or 8736235. OLE color: 8736235.
HSL color Cylindrical-coordinate representation of color #EB4D85: hue angle of 338.73º 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 #EB4D85 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 133 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.08 |
| HSL | 338.73º | 0.8% | 0.61% | - |
| HSV(B) | 338.73º | 0.67% | 0.92% | - |
| XYZ | 41.15 | 24.66 | 24.78 | - |
| YUV | 130.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 133 | 0 | 0.67 | 0.43 | 0.08 | 338.73 | 0.8 | 0.61 |
| Hex | EB | 4D | 85 | 0 | 43 | 2B | 8 | 153 | 50 | 3D |
| Octal | 353 | 115 | 205 | 0 | 103 | 53 | 10 | 523 | 120 | 75 |
| Binary | 11101011 | 1001101 | 10000101 | 0 | 1000011 | 101011 | 1000 | 101010011 | 1010000 | 111101 |
Color Harmonies of #EB4D85
Complementary color
Monochromatic Colors of #EB4D85
Black with #EB4D85
Text Example
Text Example
White with #EB4D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D85; }
p { color: rgb(235,77,133); }
H1.HeaderClassName
{
color: #EB4D85;
}
.AnyTagClassName
{
color: #EB4D85;
}
</style>
background-color css
<style>
a { background-color: #EB4D85; }
a { background-color: rgb(235,77,133); }
div.DivClassName
{
background-color: #EB4D85;
}
.BgClassName
{
background-color: #EB4D85;
}
</style>
border-color css
<style>
span { border-color: #EB4D85; }
span { border-color: rgb(235,77,133); }
td.TdClassName
{
border-color: #EB4D85;
}
.TagClassName
{
border-color: #EB4D85;
}
</style>