Shades of Pale Magenta #E68DDA
Tints of Pale Magenta #E68DDA
RGB
CMYK
RGB Variations
Color information
#E68DDA (or 0xE68DDA) is known color: Pale Magenta. HEX triplet: E6, 8D and DA. RGB value is (230,141,218). Sum of RGB (Red+Green+Blue) = 230+141+218=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DDA is #197225. Grayscale: #B0B0B0. Windows color (decimal): -1667622 or 14323174. OLE color: 14323174.
HSL color Cylindrical-coordinate representation of color #E68DDA: hue angle of 308.09º 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 #E68DDA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 218 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.10 |
| HSL | 308.09º | 0.64% | 0.73% | - |
| HSV(B) | 308.09º | 0.39% | 0.9% | - |
| XYZ | 54.81 | 40.93 | 71.34 | - |
| YUV | 176.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 218 | 0 | 0.39 | 0.05 | 0.10 | 308.09 | 0.64 | 0.73 |
| Hex | E6 | 8D | DA | 0 | 27 | 5 | A | 134 | 40 | 49 |
| Octal | 346 | 215 | 332 | 0 | 47 | 5 | 12 | 464 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11011010 | 0 | 100111 | 101 | 1010 | 100110100 | 1000000 | 1001001 |
Color Harmonies of #E68DDA
Complementary color
Monochromatic Colors of #E68DDA
Black with #E68DDA
Text Example
Text Example
White with #E68DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DDA; }
p { color: rgb(230,141,218); }
H1.HeaderClassName
{
color: #E68DDA;
}
.AnyTagClassName
{
color: #E68DDA;
}
</style>
background-color css
<style>
a { background-color: #E68DDA; }
a { background-color: rgb(230,141,218); }
div.DivClassName
{
background-color: #E68DDA;
}
.BgClassName
{
background-color: #E68DDA;
}
</style>
border-color css
<style>
span { border-color: #E68DDA; }
span { border-color: rgb(230,141,218); }
td.TdClassName
{
border-color: #E68DDA;
}
.TagClassName
{
border-color: #E68DDA;
}
</style>