Shades of Dark Pink #E4527D
Tints of Dark Pink #E4527D
RGB
CMYK
RGB Variations
Color information
#E4527D (or 0xE4527D) is known color: Dark Pink. HEX triplet: E4, 52 and 7D. RGB value is (228,82,125). Sum of RGB (Red+Green+Blue) = 228+82+125=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E4527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4527D is #1BAD82. Grayscale: #828282. Windows color (decimal): -1813891 or 8213220. OLE color: 8213220.
HSL color Cylindrical-coordinate representation of color #E4527D: hue angle of 342.33º 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 #E4527D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 125 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.11 |
| HSL | 342.33º | 0.73% | 0.61% | - |
| HSV(B) | 342.33º | 0.64% | 0.89% | - |
| XYZ | 38.71 | 24.01 | 22 | - |
| YUV | 130.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 125 | 0 | 0.64 | 0.45 | 0.11 | 342.33 | 0.73 | 0.61 |
| Hex | E4 | 52 | 7D | 0 | 40 | 2D | B | 156 | 49 | 3D |
| Octal | 344 | 122 | 175 | 0 | 100 | 55 | 13 | 526 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1111101 | 0 | 1000000 | 101101 | 1011 | 101010110 | 1001001 | 111101 |
Color Harmonies of #E4527D
Complementary color
Monochromatic Colors of #E4527D
Black with #E4527D
Text Example
Text Example
White with #E4527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4527D; }
p { color: rgb(228,82,125); }
H1.HeaderClassName
{
color: #E4527D;
}
.AnyTagClassName
{
color: #E4527D;
}
</style>
background-color css
<style>
a { background-color: #E4527D; }
a { background-color: rgb(228,82,125); }
div.DivClassName
{
background-color: #E4527D;
}
.BgClassName
{
background-color: #E4527D;
}
</style>
border-color css
<style>
span { border-color: #E4527D; }
span { border-color: rgb(228,82,125); }
td.TdClassName
{
border-color: #E4527D;
}
.TagClassName
{
border-color: #E4527D;
}
</style>