Shades of Dark Pink #E5527B
Tints of Dark Pink #E5527B
RGB
CMYK
RGB Variations
Color information
#E5527B (or 0xE5527B) is known color: Dark Pink. HEX triplet: E5, 52 and 7B. RGB value is (229,82,123). Sum of RGB (Red+Green+Blue) = 229+82+123=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5527B is #1AAD84. Grayscale: #828282. Windows color (decimal): -1748357 or 8082149. OLE color: 8082149.
HSL color Cylindrical-coordinate representation of color #E5527B: hue angle of 343.27º 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 #E5527B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 123 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.10 |
| HSL | 343.27º | 0.74% | 0.61% | - |
| HSV(B) | 343.27º | 0.64% | 0.9% | - |
| XYZ | 38.91 | 24.12 | 21.34 | - |
| YUV | 130.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 123 | 0 | 0.64 | 0.46 | 0.10 | 343.27 | 0.74 | 0.61 |
| Hex | E5 | 52 | 7B | 0 | 40 | 2E | A | 157 | 4A | 3D |
| Octal | 345 | 122 | 173 | 0 | 100 | 56 | 12 | 527 | 112 | 75 |
| Binary | 11100101 | 1010010 | 1111011 | 0 | 1000000 | 101110 | 1010 | 101010111 | 1001010 | 111101 |
Color Harmonies of #E5527B
Complementary color
Monochromatic Colors of #E5527B
Black with #E5527B
Text Example
Text Example
White with #E5527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5527B; }
p { color: rgb(229,82,123); }
H1.HeaderClassName
{
color: #E5527B;
}
.AnyTagClassName
{
color: #E5527B;
}
</style>
background-color css
<style>
a { background-color: #E5527B; }
a { background-color: rgb(229,82,123); }
div.DivClassName
{
background-color: #E5527B;
}
.BgClassName
{
background-color: #E5527B;
}
</style>
border-color css
<style>
span { border-color: #E5527B; }
span { border-color: rgb(229,82,123); }
td.TdClassName
{
border-color: #E5527B;
}
.TagClassName
{
border-color: #E5527B;
}
</style>