Shades of Dark Pink #EB527B
Tints of Dark Pink #EB527B
RGB
CMYK
RGB Variations
Color information
#EB527B (or 0xEB527B) is known color: Dark Pink. HEX triplet: EB, 52 and 7B. RGB value is (235,82,123). Sum of RGB (Red+Green+Blue) = 235+82+123=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB527B is #14AD84. Grayscale: #848484. Windows color (decimal): -1355141 or 8082155. OLE color: 8082155.
HSL color Cylindrical-coordinate representation of color #EB527B: hue angle of 343.92º 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 #EB527B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 123 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.08 |
| HSL | 343.92º | 0.79% | 0.62% | - |
| HSV(B) | 343.92º | 0.65% | 0.92% | - |
| XYZ | 40.85 | 25.13 | 21.44 | - |
| YUV | 132.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 123 | 0 | 0.65 | 0.48 | 0.08 | 343.92 | 0.79 | 0.62 |
| Hex | EB | 52 | 7B | 0 | 41 | 30 | 8 | 158 | 4F | 3E |
| Octal | 353 | 122 | 173 | 0 | 101 | 60 | 10 | 530 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1111011 | 0 | 1000001 | 110000 | 1000 | 101011000 | 1001111 | 111110 |
Color Harmonies of #EB527B
Complementary color
Monochromatic Colors of #EB527B
Black with #EB527B
Text Example
Text Example
White with #EB527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB527B; }
p { color: rgb(235,82,123); }
H1.HeaderClassName
{
color: #EB527B;
}
.AnyTagClassName
{
color: #EB527B;
}
</style>
background-color css
<style>
a { background-color: #EB527B; }
a { background-color: rgb(235,82,123); }
div.DivClassName
{
background-color: #EB527B;
}
.BgClassName
{
background-color: #EB527B;
}
</style>
border-color css
<style>
span { border-color: #EB527B; }
span { border-color: rgb(235,82,123); }
td.TdClassName
{
border-color: #EB527B;
}
.TagClassName
{
border-color: #EB527B;
}
</style>