Shades of Dark Pink #E5528C
Tints of Dark Pink #E5528C
RGB
CMYK
RGB Variations
Color information
#E5528C (or 0xE5528C) is known color: Dark Pink. HEX triplet: E5, 52 and 8C. RGB value is (229,82,140). Sum of RGB (Red+Green+Blue) = 229+82+140=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5528C is #1AAD73. Grayscale: #848484. Windows color (decimal): -1748340 or 9196261. OLE color: 9196261.
HSL color Cylindrical-coordinate representation of color #E5528C: hue angle of 336.33º degrees, saturation: 0.74, 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 #E5528C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 140 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.10 |
| HSL | 336.33º | 0.74% | 0.61% | - |
| HSV(B) | 336.33º | 0.64% | 0.9% | - |
| XYZ | 40.06 | 24.59 | 27.44 | - |
| YUV | 132.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 140 | 0 | 0.64 | 0.39 | 0.10 | 336.33 | 0.74 | 0.61 |
| Hex | E5 | 52 | 8C | 0 | 40 | 27 | A | 150 | 4A | 3D |
| Octal | 345 | 122 | 214 | 0 | 100 | 47 | 12 | 520 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10001100 | 0 | 1000000 | 100111 | 1010 | 101010000 | 1001010 | 111101 |
Color Harmonies of #E5528C
Complementary color
Monochromatic Colors of #E5528C
Black with #E5528C
Text Example
Text Example
White with #E5528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5528C; }
p { color: rgb(229,82,140); }
H1.HeaderClassName
{
color: #E5528C;
}
.AnyTagClassName
{
color: #E5528C;
}
</style>
background-color css
<style>
a { background-color: #E5528C; }
a { background-color: rgb(229,82,140); }
div.DivClassName
{
background-color: #E5528C;
}
.BgClassName
{
background-color: #E5528C;
}
</style>
border-color css
<style>
span { border-color: #E5528C; }
span { border-color: rgb(229,82,140); }
td.TdClassName
{
border-color: #E5528C;
}
.TagClassName
{
border-color: #E5528C;
}
</style>