Shades of Dark Pink #EB527D
Tints of Dark Pink #EB527D
RGB
CMYK
RGB Variations
Color information
#EB527D (or 0xEB527D) is known color: Dark Pink. HEX triplet: EB, 52 and 7D. RGB value is (235,82,125). Sum of RGB (Red+Green+Blue) = 235+82+125=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB527D is #14AD82. Grayscale: #848484. Windows color (decimal): -1355139 or 8213227. OLE color: 8213227.
HSL color Cylindrical-coordinate representation of color #EB527D: hue angle of 343.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB527D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 125 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.08 |
| HSL | 343.14º | 0.79% | 0.62% | - |
| HSV(B) | 343.14º | 0.65% | 0.92% | - |
| XYZ | 40.98 | 25.18 | 22.1 | - |
| YUV | 132.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 125 | 0 | 0.65 | 0.47 | 0.08 | 343.14 | 0.79 | 0.62 |
| Hex | EB | 52 | 7D | 0 | 41 | 2F | 8 | 157 | 4F | 3E |
| Octal | 353 | 122 | 175 | 0 | 101 | 57 | 10 | 527 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1111101 | 0 | 1000001 | 101111 | 1000 | 101010111 | 1001111 | 111110 |
Color Harmonies of #EB527D
Complementary color
Monochromatic Colors of #EB527D
Black with #EB527D
Text Example
Text Example
White with #EB527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB527D; }
p { color: rgb(235,82,125); }
H1.HeaderClassName
{
color: #EB527D;
}
.AnyTagClassName
{
color: #EB527D;
}
</style>
background-color css
<style>
a { background-color: #EB527D; }
a { background-color: rgb(235,82,125); }
div.DivClassName
{
background-color: #EB527D;
}
.BgClassName
{
background-color: #EB527D;
}
</style>
border-color css
<style>
span { border-color: #EB527D; }
span { border-color: rgb(235,82,125); }
td.TdClassName
{
border-color: #EB527D;
}
.TagClassName
{
border-color: #EB527D;
}
</style>