Shades of Pale Magenta #E68CD8
Tints of Pale Magenta #E68CD8
RGB
CMYK
RGB Variations
Color information
#E68CD8 (or 0xE68CD8) is known color: Pale Magenta. HEX triplet: E6, 8C and D8. RGB value is (230,140,216). Sum of RGB (Red+Green+Blue) = 230+140+216=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CD8 is #197327. Grayscale: #AFAFAF. Windows color (decimal): -1667880 or 14191846. OLE color: 14191846.
HSL color Cylindrical-coordinate representation of color #E68CD8: hue angle of 309.33º 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 #E68CD8 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 216 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.10 |
| HSL | 309.33º | 0.64% | 0.73% | - |
| HSV(B) | 309.33º | 0.39% | 0.9% | - |
| XYZ | 54.41 | 40.54 | 69.92 | - |
| YUV | 175.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 216 | 0 | 0.39 | 0.06 | 0.10 | 309.33 | 0.64 | 0.73 |
| Hex | E6 | 8C | D8 | 0 | 27 | 6 | A | 135 | 40 | 49 |
| Octal | 346 | 214 | 330 | 0 | 47 | 6 | 12 | 465 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11011000 | 0 | 100111 | 110 | 1010 | 100110101 | 1000000 | 1001001 |
Color Harmonies of #E68CD8
Complementary color
Monochromatic Colors of #E68CD8
Black with #E68CD8
Text Example
Text Example
White with #E68CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CD8; }
p { color: rgb(230,140,216); }
H1.HeaderClassName
{
color: #E68CD8;
}
.AnyTagClassName
{
color: #E68CD8;
}
</style>
background-color css
<style>
a { background-color: #E68CD8; }
a { background-color: rgb(230,140,216); }
div.DivClassName
{
background-color: #E68CD8;
}
.BgClassName
{
background-color: #E68CD8;
}
</style>
border-color css
<style>
span { border-color: #E68CD8; }
span { border-color: rgb(230,140,216); }
td.TdClassName
{
border-color: #E68CD8;
}
.TagClassName
{
border-color: #E68CD8;
}
</style>