Shades of Pale Magenta #E68DD0
Tints of Pale Magenta #E68DD0
RGB
CMYK
RGB Variations
Color information
#E68DD0 (or 0xE68DD0) is known color: Pale Magenta. HEX triplet: E6, 8D and D0. RGB value is (230,141,208). Sum of RGB (Red+Green+Blue) = 230+141+208=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD0 is #19722F. Grayscale: #AFAFAF. Windows color (decimal): -1667632 or 13667814. OLE color: 13667814.
HSL color Cylindrical-coordinate representation of color #E68DD0: hue angle of 314.83º 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 #E68DD0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 208 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 314.83º | 0.64% | 0.73% | - |
| HSV(B) | 314.83º | 0.39% | 0.9% | - |
| XYZ | 53.54 | 40.43 | 64.66 | - |
| YUV | 175.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 208 | 0 | 0.39 | 0.10 | 0.10 | 314.83 | 0.64 | 0.73 |
| Hex | E6 | 8D | D0 | 0 | 27 | A | A | 13B | 40 | 49 |
| Octal | 346 | 215 | 320 | 0 | 47 | 12 | 12 | 473 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11010000 | 0 | 100111 | 1010 | 1010 | 100111011 | 1000000 | 1001001 |
Color Harmonies of #E68DD0
Complementary color
Monochromatic Colors of #E68DD0
Black with #E68DD0
Text Example
Text Example
White with #E68DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DD0; }
p { color: rgb(230,141,208); }
H1.HeaderClassName
{
color: #E68DD0;
}
.AnyTagClassName
{
color: #E68DD0;
}
</style>
background-color css
<style>
a { background-color: #E68DD0; }
a { background-color: rgb(230,141,208); }
div.DivClassName
{
background-color: #E68DD0;
}
.BgClassName
{
background-color: #E68DD0;
}
</style>
border-color css
<style>
span { border-color: #E68DD0; }
span { border-color: rgb(230,141,208); }
td.TdClassName
{
border-color: #E68DD0;
}
.TagClassName
{
border-color: #E68DD0;
}
</style>