Shades of Pale Magenta #E68ED4
Tints of Pale Magenta #E68ED4
RGB
CMYK
RGB Variations
Color information
#E68ED4 (or 0xE68ED4) is known color: Pale Magenta. HEX triplet: E6, 8E and D4. RGB value is (230,142,212). Sum of RGB (Red+Green+Blue) = 230+142+212=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ED4 is #19712B. Grayscale: #B0B0B0. Windows color (decimal): -1667372 or 13930214. OLE color: 13930214.
HSL color Cylindrical-coordinate representation of color #E68ED4: hue angle of 312.27º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68ED4 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 212 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.10 |
| HSL | 312.27º | 0.64% | 0.73% | - |
| HSV(B) | 312.27º | 0.38% | 0.9% | - |
| XYZ | 54.19 | 40.92 | 67.33 | - |
| YUV | 176.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 212 | 0 | 0.38 | 0.08 | 0.10 | 312.27 | 0.64 | 0.73 |
| Hex | E6 | 8E | D4 | 0 | 26 | 8 | A | 138 | 40 | 49 |
| Octal | 346 | 216 | 324 | 0 | 46 | 10 | 12 | 470 | 100 | 111 |
| Binary | 11100110 | 10001110 | 11010100 | 0 | 100110 | 1000 | 1010 | 100111000 | 1000000 | 1001001 |
Color Harmonies of #E68ED4
Complementary color
Monochromatic Colors of #E68ED4
Black with #E68ED4
Text Example
Text Example
White with #E68ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ED4; }
p { color: rgb(230,142,212); }
H1.HeaderClassName
{
color: #E68ED4;
}
.AnyTagClassName
{
color: #E68ED4;
}
</style>
background-color css
<style>
a { background-color: #E68ED4; }
a { background-color: rgb(230,142,212); }
div.DivClassName
{
background-color: #E68ED4;
}
.BgClassName
{
background-color: #E68ED4;
}
</style>
border-color css
<style>
span { border-color: #E68ED4; }
span { border-color: rgb(230,142,212); }
td.TdClassName
{
border-color: #E68ED4;
}
.TagClassName
{
border-color: #E68ED4;
}
</style>