Shades of Dark Pink #EB526C
Tints of Dark Pink #EB526C
RGB
CMYK
RGB Variations
Color information
#EB526C (or 0xEB526C) is known color: Dark Pink. HEX triplet: EB, 52 and 6C. RGB value is (235,82,108). Sum of RGB (Red+Green+Blue) = 235+82+108=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB526C is #14AD93. Grayscale: #828282. Windows color (decimal): -1355156 or 7099115. OLE color: 7099115.
HSL color Cylindrical-coordinate representation of color #EB526C: hue angle of 349.8º 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 #EB526C is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 108 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.08 |
| HSL | 349.8º | 0.79% | 0.62% | - |
| HSV(B) | 349.8º | 0.65% | 0.92% | - |
| XYZ | 39.99 | 24.78 | 16.86 | - |
| YUV | 130.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 108 | 0 | 0.65 | 0.54 | 0.08 | 349.8 | 0.79 | 0.62 |
| Hex | EB | 52 | 6C | 0 | 41 | 36 | 8 | 15E | 4F | 3E |
| Octal | 353 | 122 | 154 | 0 | 101 | 66 | 10 | 536 | 117 | 76 |
| Binary | 11101011 | 1010010 | 1101100 | 0 | 1000001 | 110110 | 1000 | 101011110 | 1001111 | 111110 |
Color Harmonies of #EB526C
Complementary color
Monochromatic Colors of #EB526C
Black with #EB526C
Text Example
Text Example
White with #EB526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB526C; }
p { color: rgb(235,82,108); }
H1.HeaderClassName
{
color: #EB526C;
}
.AnyTagClassName
{
color: #EB526C;
}
</style>
background-color css
<style>
a { background-color: #EB526C; }
a { background-color: rgb(235,82,108); }
div.DivClassName
{
background-color: #EB526C;
}
.BgClassName
{
background-color: #EB526C;
}
</style>
border-color css
<style>
span { border-color: #EB526C; }
span { border-color: rgb(235,82,108); }
td.TdClassName
{
border-color: #EB526C;
}
.TagClassName
{
border-color: #EB526C;
}
</style>