Shades of Pale Magenta #E68CDA
Tints of Pale Magenta #E68CDA
RGB
CMYK
RGB Variations
Color information
#E68CDA (or 0xE68CDA) is known color: Pale Magenta. HEX triplet: E6, 8C and DA. RGB value is (230,140,218). Sum of RGB (Red+Green+Blue) = 230+140+218=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CDA is #197325. Grayscale: #AFAFAF. Windows color (decimal): -1667878 or 14322918. OLE color: 14322918.
HSL color Cylindrical-coordinate representation of color #E68CDA: hue angle of 308º 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 #E68CDA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 218 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.10 |
| HSL | 308º | 0.64% | 0.73% | - |
| HSV(B) | 308º | 0.39% | 0.9% | - |
| XYZ | 54.67 | 40.64 | 71.29 | - |
| YUV | 175.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 218 | 0 | 0.39 | 0.05 | 0.10 | 308 | 0.64 | 0.73 |
| Hex | E6 | 8C | DA | 0 | 27 | 5 | A | 134 | 40 | 49 |
| Octal | 346 | 214 | 332 | 0 | 47 | 5 | 12 | 464 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11011010 | 0 | 100111 | 101 | 1010 | 100110100 | 1000000 | 1001001 |
Color Harmonies of #E68CDA
Complementary color
Monochromatic Colors of #E68CDA
Black with #E68CDA
Text Example
Text Example
White with #E68CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CDA; }
p { color: rgb(230,140,218); }
H1.HeaderClassName
{
color: #E68CDA;
}
.AnyTagClassName
{
color: #E68CDA;
}
</style>
background-color css
<style>
a { background-color: #E68CDA; }
a { background-color: rgb(230,140,218); }
div.DivClassName
{
background-color: #E68CDA;
}
.BgClassName
{
background-color: #E68CDA;
}
</style>
border-color css
<style>
span { border-color: #E68CDA; }
span { border-color: rgb(230,140,218); }
td.TdClassName
{
border-color: #E68CDA;
}
.TagClassName
{
border-color: #E68CDA;
}
</style>