Shades of Pale Magenta #E586D4
Tints of Pale Magenta #E586D4
RGB
CMYK
RGB Variations
Color information
#E586D4 (or 0xE586D4) is known color: Pale Magenta. HEX triplet: E5, 86 and D4. RGB value is (229,134,212). Sum of RGB (Red+Green+Blue) = 229+134+212=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E586D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586D4 is #1A792B. Grayscale: #ABABAB. Windows color (decimal): -1734956 or 13928165. OLE color: 13928165.
HSL color Cylindrical-coordinate representation of color #E586D4: hue angle of 310.74º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586D4 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 212 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.10 |
| HSL | 310.74º | 0.65% | 0.71% | - |
| HSV(B) | 310.74º | 0.41% | 0.9% | - |
| XYZ | 52.72 | 38.46 | 66.93 | - |
| YUV | 171.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 212 | 0 | 0.41 | 0.07 | 0.10 | 310.74 | 0.65 | 0.71 |
| Hex | E5 | 86 | D4 | 0 | 29 | 7 | A | 137 | 41 | 47 |
| Octal | 345 | 206 | 324 | 0 | 51 | 7 | 12 | 467 | 101 | 107 |
| Binary | 11100101 | 10000110 | 11010100 | 0 | 101001 | 111 | 1010 | 100110111 | 1000001 | 1000111 |
Color Harmonies of #E586D4
Complementary color
Monochromatic Colors of #E586D4
Black with #E586D4
Text Example
Text Example
White with #E586D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586D4; }
p { color: rgb(229,134,212); }
H1.HeaderClassName
{
color: #E586D4;
}
.AnyTagClassName
{
color: #E586D4;
}
</style>
background-color css
<style>
a { background-color: #E586D4; }
a { background-color: rgb(229,134,212); }
div.DivClassName
{
background-color: #E586D4;
}
.BgClassName
{
background-color: #E586D4;
}
</style>
border-color css
<style>
span { border-color: #E586D4; }
span { border-color: rgb(229,134,212); }
td.TdClassName
{
border-color: #E586D4;
}
.TagClassName
{
border-color: #E586D4;
}
</style>