Shades of Pale Magenta #E68DD8
Tints of Pale Magenta #E68DD8
RGB
CMYK
RGB Variations
Color information
#E68DD8 (or 0xE68DD8) is known color: Pale Magenta. HEX triplet: E6, 8D and D8. RGB value is (230,141,216). Sum of RGB (Red+Green+Blue) = 230+141+216=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD8 is #197227. Grayscale: #AFAFAF. Windows color (decimal): -1667624 or 14192102. OLE color: 14192102.
HSL color Cylindrical-coordinate representation of color #E68DD8: hue angle of 309.44º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DD8 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 216 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.10 |
| HSL | 309.44º | 0.64% | 0.73% | - |
| HSV(B) | 309.44º | 0.39% | 0.9% | - |
| XYZ | 54.55 | 40.83 | 69.97 | - |
| YUV | 176.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 216 | 0 | 0.39 | 0.06 | 0.10 | 309.44 | 0.64 | 0.73 |
| Hex | E6 | 8D | D8 | 0 | 27 | 6 | A | 135 | 40 | 49 |
| Octal | 346 | 215 | 330 | 0 | 47 | 6 | 12 | 465 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11011000 | 0 | 100111 | 110 | 1010 | 100110101 | 1000000 | 1001001 |
Color Harmonies of #E68DD8
Complementary color
Monochromatic Colors of #E68DD8
Black with #E68DD8
Text Example
Text Example
White with #E68DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DD8; }
p { color: rgb(230,141,216); }
H1.HeaderClassName
{
color: #E68DD8;
}
.AnyTagClassName
{
color: #E68DD8;
}
</style>
background-color css
<style>
a { background-color: #E68DD8; }
a { background-color: rgb(230,141,216); }
div.DivClassName
{
background-color: #E68DD8;
}
.BgClassName
{
background-color: #E68DD8;
}
</style>
border-color css
<style>
span { border-color: #E68DD8; }
span { border-color: rgb(230,141,216); }
td.TdClassName
{
border-color: #E68DD8;
}
.TagClassName
{
border-color: #E68DD8;
}
</style>