Shades of Pale Magenta #E68DD4
Tints of Pale Magenta #E68DD4
RGB
CMYK
RGB Variations
Color information
#E68DD4 (or 0xE68DD4) is known color: Pale Magenta. HEX triplet: E6, 8D and D4. RGB value is (230,141,212). Sum of RGB (Red+Green+Blue) = 230+141+212=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DD4 is #19722B. Grayscale: #AFAFAF. Windows color (decimal): -1667628 or 13929958. OLE color: 13929958.
HSL color Cylindrical-coordinate representation of color #E68DD4: hue angle of 312.13º 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 #E68DD4 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 212 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.10 |
| HSL | 312.13º | 0.64% | 0.73% | - |
| HSV(B) | 312.13º | 0.39% | 0.9% | - |
| XYZ | 54.04 | 40.63 | 67.28 | - |
| YUV | 175.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 212 | 0 | 0.39 | 0.08 | 0.10 | 312.13 | 0.64 | 0.73 |
| Hex | E6 | 8D | D4 | 0 | 27 | 8 | A | 138 | 40 | 49 |
| Octal | 346 | 215 | 324 | 0 | 47 | 10 | 12 | 470 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11010100 | 0 | 100111 | 1000 | 1010 | 100111000 | 1000000 | 1001001 |
Color Harmonies of #E68DD4
Complementary color
Monochromatic Colors of #E68DD4
Black with #E68DD4
Text Example
Text Example
White with #E68DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DD4; }
p { color: rgb(230,141,212); }
H1.HeaderClassName
{
color: #E68DD4;
}
.AnyTagClassName
{
color: #E68DD4;
}
</style>
background-color css
<style>
a { background-color: #E68DD4; }
a { background-color: rgb(230,141,212); }
div.DivClassName
{
background-color: #E68DD4;
}
.BgClassName
{
background-color: #E68DD4;
}
</style>
border-color css
<style>
span { border-color: #E68DD4; }
span { border-color: rgb(230,141,212); }
td.TdClassName
{
border-color: #E68DD4;
}
.TagClassName
{
border-color: #E68DD4;
}
</style>