Shades of Pale Magenta #E588D4
Tints of Pale Magenta #E588D4
RGB
CMYK
RGB Variations
Color information
#E588D4 (or 0xE588D4) is known color: Pale Magenta. HEX triplet: E5, 88 and D4. RGB value is (229,136,212). Sum of RGB (Red+Green+Blue) = 229+136+212=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E588D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E588D4 is #1A772B. Grayscale: #ACACAC. Windows color (decimal): -1734444 or 13928677. OLE color: 13928677.
HSL color Cylindrical-coordinate representation of color #E588D4: hue angle of 310.97º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588D4 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 212 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.10 |
| HSL | 310.97º | 0.64% | 0.72% | - |
| HSV(B) | 310.97º | 0.41% | 0.9% | - |
| XYZ | 53 | 39.02 | 67.03 | - |
| YUV | 172.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 212 | 0 | 0.41 | 0.07 | 0.10 | 310.97 | 0.64 | 0.72 |
| Hex | E5 | 88 | D4 | 0 | 29 | 7 | A | 137 | 40 | 48 |
| Octal | 345 | 210 | 324 | 0 | 51 | 7 | 12 | 467 | 100 | 110 |
| Binary | 11100101 | 10001000 | 11010100 | 0 | 101001 | 111 | 1010 | 100110111 | 1000000 | 1001000 |
Color Harmonies of #E588D4
Complementary color
Monochromatic Colors of #E588D4
Black with #E588D4
Text Example
Text Example
White with #E588D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588D4; }
p { color: rgb(229,136,212); }
H1.HeaderClassName
{
color: #E588D4;
}
.AnyTagClassName
{
color: #E588D4;
}
</style>
background-color css
<style>
a { background-color: #E588D4; }
a { background-color: rgb(229,136,212); }
div.DivClassName
{
background-color: #E588D4;
}
.BgClassName
{
background-color: #E588D4;
}
</style>
border-color css
<style>
span { border-color: #E588D4; }
span { border-color: rgb(229,136,212); }
td.TdClassName
{
border-color: #E588D4;
}
.TagClassName
{
border-color: #E588D4;
}
</style>