Shades of Dark Pink #E4528A
Tints of Dark Pink #E4528A
RGB
CMYK
RGB Variations
Color information
#E4528A (or 0xE4528A) is known color: Dark Pink. HEX triplet: E4, 52 and 8A. RGB value is (228,82,138). Sum of RGB (Red+Green+Blue) = 228+82+138=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E4528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4528A is #1BAD75. Grayscale: #838383. Windows color (decimal): -1813878 or 9065188. OLE color: 9065188.
HSL color Cylindrical-coordinate representation of color #E4528A: hue angle of 336.99º 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 #E4528A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 138 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.11 |
| HSL | 336.99º | 0.73% | 0.61% | - |
| HSV(B) | 336.99º | 0.64% | 0.89% | - |
| XYZ | 39.6 | 24.36 | 26.66 | - |
| YUV | 132.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 138 | 0 | 0.64 | 0.39 | 0.11 | 336.99 | 0.73 | 0.61 |
| Hex | E4 | 52 | 8A | 0 | 40 | 27 | B | 151 | 49 | 3D |
| Octal | 344 | 122 | 212 | 0 | 100 | 47 | 13 | 521 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10001010 | 0 | 1000000 | 100111 | 1011 | 101010001 | 1001001 | 111101 |
Color Harmonies of #E4528A
Complementary color
Monochromatic Colors of #E4528A
Black with #E4528A
Text Example
Text Example
White with #E4528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4528A; }
p { color: rgb(228,82,138); }
H1.HeaderClassName
{
color: #E4528A;
}
.AnyTagClassName
{
color: #E4528A;
}
</style>
background-color css
<style>
a { background-color: #E4528A; }
a { background-color: rgb(228,82,138); }
div.DivClassName
{
background-color: #E4528A;
}
.BgClassName
{
background-color: #E4528A;
}
</style>
border-color css
<style>
span { border-color: #E4528A; }
span { border-color: rgb(228,82,138); }
td.TdClassName
{
border-color: #E4528A;
}
.TagClassName
{
border-color: #E4528A;
}
</style>