Shades of Pale Magenta #E58AD3
Tints of Pale Magenta #E58AD3
RGB
CMYK
RGB Variations
Color information
#E58AD3 (or 0xE58AD3) is known color: Pale Magenta. HEX triplet: E5, 8A and D3. RGB value is (229,138,211). Sum of RGB (Red+Green+Blue) = 229+138+211=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AD3 is #1A752C. Grayscale: #ADADAD. Windows color (decimal): -1733933 or 13863653. OLE color: 13863653.
HSL color Cylindrical-coordinate representation of color #E58AD3: hue angle of 311.87º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AD3 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 211 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.10 |
| HSL | 311.87º | 0.64% | 0.72% | - |
| HSV(B) | 311.87º | 0.4% | 0.9% | - |
| XYZ | 53.16 | 39.54 | 66.46 | - |
| YUV | 173.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 211 | 0 | 0.40 | 0.08 | 0.10 | 311.87 | 0.64 | 0.72 |
| Hex | E5 | 8A | D3 | 0 | 28 | 8 | A | 138 | 40 | 48 |
| Octal | 345 | 212 | 323 | 0 | 50 | 10 | 12 | 470 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11010011 | 0 | 101000 | 1000 | 1010 | 100111000 | 1000000 | 1001000 |
Color Harmonies of #E58AD3
Complementary color
Monochromatic Colors of #E58AD3
Black with #E58AD3
Text Example
Text Example
White with #E58AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AD3; }
p { color: rgb(229,138,211); }
H1.HeaderClassName
{
color: #E58AD3;
}
.AnyTagClassName
{
color: #E58AD3;
}
</style>
background-color css
<style>
a { background-color: #E58AD3; }
a { background-color: rgb(229,138,211); }
div.DivClassName
{
background-color: #E58AD3;
}
.BgClassName
{
background-color: #E58AD3;
}
</style>
border-color css
<style>
span { border-color: #E58AD3; }
span { border-color: rgb(229,138,211); }
td.TdClassName
{
border-color: #E58AD3;
}
.TagClassName
{
border-color: #E58AD3;
}
</style>