Shades of Dark Pink #EB526D
Tints of Dark Pink #EB526D
RGB
CMYK
RGB Variations
Color information
#EB526D (or 0xEB526D) is known color: Dark Pink. HEX triplet: EB, 52 and 6D. RGB value is (235,82,109). Sum of RGB (Red+Green+Blue) = 235+82+109=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB526D is #14AD92. Grayscale: #828282. Windows color (decimal): -1355155 or 7164651. OLE color: 7164651.
HSL color Cylindrical-coordinate representation of color #EB526D: hue angle of 349.41º 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 #EB526D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 109 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.08 |
| HSL | 349.41º | 0.79% | 0.62% | - |
| HSV(B) | 349.41º | 0.65% | 0.92% | - |
| XYZ | 40.04 | 24.8 | 17.14 | - |
| YUV | 130.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 109 | 0 | 0.65 | 0.54 | 0.08 | 349.41 | 0.79 | 0.62 |
| Hex | EB | 52 | 6D | 0 | 41 | 36 | 8 | 15D | 4F | 3E |
| Octal | 353 | 122 | 155 | 0 | 101 | 66 | 10 | 535 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1101101 | 0 | 1000001 | 110110 | 1000 | 101011101 | 1001111 | 111110 |
Color Harmonies of #EB526D
Complementary color
Monochromatic Colors of #EB526D
Black with #EB526D
Text Example
Text Example
White with #EB526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB526D; }
p { color: rgb(235,82,109); }
H1.HeaderClassName
{
color: #EB526D;
}
.AnyTagClassName
{
color: #EB526D;
}
</style>
background-color css
<style>
a { background-color: #EB526D; }
a { background-color: rgb(235,82,109); }
div.DivClassName
{
background-color: #EB526D;
}
.BgClassName
{
background-color: #EB526D;
}
</style>
border-color css
<style>
span { border-color: #EB526D; }
span { border-color: rgb(235,82,109); }
td.TdClassName
{
border-color: #EB526D;
}
.TagClassName
{
border-color: #EB526D;
}
</style>