Shades of Dark Pink #E6528D
Tints of Dark Pink #E6528D
RGB
CMYK
RGB Variations
Color information
#E6528D (or 0xE6528D) is known color: Dark Pink. HEX triplet: E6, 52 and 8D. RGB value is (230,82,141). Sum of RGB (Red+Green+Blue) = 230+82+141=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6528D is #19AD72. Grayscale: #848484. Windows color (decimal): -1682803 or 9261798. OLE color: 9261798.
HSL color Cylindrical-coordinate representation of color #E6528D: hue angle of 336.08º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6528D is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 141 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.10 |
| HSL | 336.08º | 0.75% | 0.61% | - |
| HSV(B) | 336.08º | 0.64% | 0.9% | - |
| XYZ | 40.46 | 24.78 | 27.85 | - |
| YUV | 132.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 141 | 0 | 0.64 | 0.39 | 0.10 | 336.08 | 0.75 | 0.61 |
| Hex | E6 | 52 | 8D | 0 | 40 | 27 | A | 150 | 4B | 3D |
| Octal | 346 | 122 | 215 | 0 | 100 | 47 | 12 | 520 | 113 | 75 |
| Binary | 11100110 | 1010010 | 10001101 | 0 | 1000000 | 100111 | 1010 | 101010000 | 1001011 | 111101 |
Color Harmonies of #E6528D
Complementary color
Monochromatic Colors of #E6528D
Black with #E6528D
Text Example
Text Example
White with #E6528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6528D; }
p { color: rgb(230,82,141); }
H1.HeaderClassName
{
color: #E6528D;
}
.AnyTagClassName
{
color: #E6528D;
}
</style>
background-color css
<style>
a { background-color: #E6528D; }
a { background-color: rgb(230,82,141); }
div.DivClassName
{
background-color: #E6528D;
}
.BgClassName
{
background-color: #E6528D;
}
</style>
border-color css
<style>
span { border-color: #E6528D; }
span { border-color: rgb(230,82,141); }
td.TdClassName
{
border-color: #E6528D;
}
.TagClassName
{
border-color: #E6528D;
}
</style>