Shades of Pale Magenta #E585D3
Tints of Pale Magenta #E585D3
RGB
CMYK
RGB Variations
Color information
#E585D3 (or 0xE585D3) is known color: Pale Magenta. HEX triplet: E5, 85 and D3. RGB value is (229,133,211). Sum of RGB (Red+Green+Blue) = 229+133+211=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E585D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585D3 is #1A7A2C. Grayscale: #AAAAAA. Windows color (decimal): -1735213 or 13862373. OLE color: 13862373.
HSL color Cylindrical-coordinate representation of color #E585D3: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585D3 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 211 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.10 |
| HSL | 311.25º | 0.65% | 0.71% | - |
| HSV(B) | 311.25º | 0.42% | 0.9% | - |
| XYZ | 52.46 | 38.14 | 66.22 | - |
| YUV | 170.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 211 | 0 | 0.42 | 0.08 | 0.10 | 311.25 | 0.65 | 0.71 |
| Hex | E5 | 85 | D3 | 0 | 2A | 8 | A | 137 | 41 | 47 |
| Octal | 345 | 205 | 323 | 0 | 52 | 10 | 12 | 467 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11010011 | 0 | 101010 | 1000 | 1010 | 100110111 | 1000001 | 1000111 |
Color Harmonies of #E585D3
Complementary color
Monochromatic Colors of #E585D3
Black with #E585D3
Text Example
Text Example
White with #E585D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585D3; }
p { color: rgb(229,133,211); }
H1.HeaderClassName
{
color: #E585D3;
}
.AnyTagClassName
{
color: #E585D3;
}
</style>
background-color css
<style>
a { background-color: #E585D3; }
a { background-color: rgb(229,133,211); }
div.DivClassName
{
background-color: #E585D3;
}
.BgClassName
{
background-color: #E585D3;
}
</style>
border-color css
<style>
span { border-color: #E585D3; }
span { border-color: rgb(229,133,211); }
td.TdClassName
{
border-color: #E585D3;
}
.TagClassName
{
border-color: #E585D3;
}
</style>