Shades of Pale Magenta #E68AD5
Tints of Pale Magenta #E68AD5
RGB
CMYK
RGB Variations
Color information
#E68AD5 (or 0xE68AD5) is known color: Pale Magenta. HEX triplet: E6, 8A and D5. RGB value is (230,138,213). Sum of RGB (Red+Green+Blue) = 230+138+213=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD5 is #19752A. Grayscale: #ADADAD. Windows color (decimal): -1668395 or 13994726. OLE color: 13994726.
HSL color Cylindrical-coordinate representation of color #E68AD5: hue angle of 311.09º degrees, saturation: 0.65, 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 #E68AD5 is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 213 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.10 |
| HSL | 311.09º | 0.65% | 0.72% | - |
| HSV(B) | 311.09º | 0.4% | 0.9% | - |
| XYZ | 53.73 | 39.8 | 67.8 | - |
| YUV | 174.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 213 | 0 | 0.4 | 0.07 | 0.10 | 311.09 | 0.65 | 0.72 |
| Hex | E6 | 8A | D5 | 0 | 28 | 7 | A | 137 | 41 | 48 |
| Octal | 346 | 212 | 325 | 0 | 50 | 7 | 12 | 467 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11010101 | 0 | 101000 | 111 | 1010 | 100110111 | 1000001 | 1001000 |
Color Harmonies of #E68AD5
Complementary color
Monochromatic Colors of #E68AD5
Black with #E68AD5
Text Example
Text Example
White with #E68AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AD5; }
p { color: rgb(230,138,213); }
H1.HeaderClassName
{
color: #E68AD5;
}
.AnyTagClassName
{
color: #E68AD5;
}
</style>
background-color css
<style>
a { background-color: #E68AD5; }
a { background-color: rgb(230,138,213); }
div.DivClassName
{
background-color: #E68AD5;
}
.BgClassName
{
background-color: #E68AD5;
}
</style>
border-color css
<style>
span { border-color: #E68AD5; }
span { border-color: rgb(230,138,213); }
td.TdClassName
{
border-color: #E68AD5;
}
.TagClassName
{
border-color: #E68AD5;
}
</style>