Shades of Pale Magenta #E68DD6
Tints of Pale Magenta #E68DD6
RGB
CMYK
RGB Variations
Color information
#E68DD6 (or 0xE68DD6) is known color: Pale Magenta. HEX triplet: E6, 8D and D6. RGB value is (230,141,214). Sum of RGB (Red+Green+Blue) = 230+141+214=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD6 is #197229. Grayscale: #AFAFAF. Windows color (decimal): -1667626 or 14061030. OLE color: 14061030.
HSL color Cylindrical-coordinate representation of color #E68DD6: hue angle of 310.79º 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 #E68DD6 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 214 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.10 |
| HSL | 310.79º | 0.64% | 0.73% | - |
| HSV(B) | 310.79º | 0.39% | 0.9% | - |
| XYZ | 54.3 | 40.73 | 68.62 | - |
| YUV | 175.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 214 | 0 | 0.39 | 0.07 | 0.10 | 310.79 | 0.64 | 0.73 |
| Hex | E6 | 8D | D6 | 0 | 27 | 7 | A | 137 | 40 | 49 |
| Octal | 346 | 215 | 326 | 0 | 47 | 7 | 12 | 467 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11010110 | 0 | 100111 | 111 | 1010 | 100110111 | 1000000 | 1001001 |
Color Harmonies of #E68DD6
Complementary color
Monochromatic Colors of #E68DD6
Black with #E68DD6
Text Example
Text Example
White with #E68DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DD6; }
p { color: rgb(230,141,214); }
H1.HeaderClassName
{
color: #E68DD6;
}
.AnyTagClassName
{
color: #E68DD6;
}
</style>
background-color css
<style>
a { background-color: #E68DD6; }
a { background-color: rgb(230,141,214); }
div.DivClassName
{
background-color: #E68DD6;
}
.BgClassName
{
background-color: #E68DD6;
}
</style>
border-color css
<style>
span { border-color: #E68DD6; }
span { border-color: rgb(230,141,214); }
td.TdClassName
{
border-color: #E68DD6;
}
.TagClassName
{
border-color: #E68DD6;
}
</style>