Shades of Pale Magenta #E68AD8
Tints of Pale Magenta #E68AD8
RGB
CMYK
RGB Variations
Color information
#E68AD8 (or 0xE68AD8) is known color: Pale Magenta. HEX triplet: E6, 8A and D8. RGB value is (230,138,216). Sum of RGB (Red+Green+Blue) = 230+138+216=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68AD8 is #197527. Grayscale: #AEAEAE. Windows color (decimal): -1668392 or 14191334. OLE color: 14191334.
HSL color Cylindrical-coordinate representation of color #E68AD8: hue angle of 309.13º 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 #E68AD8 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 216 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.10 |
| HSL | 309.13º | 0.65% | 0.72% | - |
| HSV(B) | 309.13º | 0.4% | 0.9% | - |
| XYZ | 54.12 | 39.96 | 69.83 | - |
| YUV | 174.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 216 | 0 | 0.4 | 0.06 | 0.10 | 309.13 | 0.65 | 0.72 |
| Hex | E6 | 8A | D8 | 0 | 28 | 6 | A | 135 | 41 | 48 |
| Octal | 346 | 212 | 330 | 0 | 50 | 6 | 12 | 465 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11011000 | 0 | 101000 | 110 | 1010 | 100110101 | 1000001 | 1001000 |
Color Harmonies of #E68AD8
Complementary color
Monochromatic Colors of #E68AD8
Black with #E68AD8
Text Example
Text Example
White with #E68AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AD8; }
p { color: rgb(230,138,216); }
H1.HeaderClassName
{
color: #E68AD8;
}
.AnyTagClassName
{
color: #E68AD8;
}
</style>
background-color css
<style>
a { background-color: #E68AD8; }
a { background-color: rgb(230,138,216); }
div.DivClassName
{
background-color: #E68AD8;
}
.BgClassName
{
background-color: #E68AD8;
}
</style>
border-color css
<style>
span { border-color: #E68AD8; }
span { border-color: rgb(230,138,216); }
td.TdClassName
{
border-color: #E68AD8;
}
.TagClassName
{
border-color: #E68AD8;
}
</style>