Shades of Dark Pink #E4527A
Tints of Dark Pink #E4527A
RGB
CMYK
RGB Variations
Color information
#E4527A (or 0xE4527A) is known color: Dark Pink. HEX triplet: E4, 52 and 7A. RGB value is (228,82,122). Sum of RGB (Red+Green+Blue) = 228+82+122=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E4527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4527A is #1BAD85. Grayscale: #828282. Windows color (decimal): -1813894 or 8016612. OLE color: 8016612.
HSL color Cylindrical-coordinate representation of color #E4527A: hue angle of 343.56º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4527A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 122 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.11 |
| HSL | 343.56º | 0.73% | 0.61% | - |
| HSV(B) | 343.56º | 0.64% | 0.89% | - |
| XYZ | 38.53 | 23.93 | 21 | - |
| YUV | 130.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 122 | 0 | 0.64 | 0.46 | 0.11 | 343.56 | 0.73 | 0.61 |
| Hex | E4 | 52 | 7A | 0 | 40 | 2E | B | 158 | 49 | 3D |
| Octal | 344 | 122 | 172 | 0 | 100 | 56 | 13 | 530 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1111010 | 0 | 1000000 | 101110 | 1011 | 101011000 | 1001001 | 111101 |
Color Harmonies of #E4527A
Complementary color
Monochromatic Colors of #E4527A
Black with #E4527A
Text Example
Text Example
White with #E4527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4527A; }
p { color: rgb(228,82,122); }
H1.HeaderClassName
{
color: #E4527A;
}
.AnyTagClassName
{
color: #E4527A;
}
</style>
background-color css
<style>
a { background-color: #E4527A; }
a { background-color: rgb(228,82,122); }
div.DivClassName
{
background-color: #E4527A;
}
.BgClassName
{
background-color: #E4527A;
}
</style>
border-color css
<style>
span { border-color: #E4527A; }
span { border-color: rgb(228,82,122); }
td.TdClassName
{
border-color: #E4527A;
}
.TagClassName
{
border-color: #E4527A;
}
</style>