Shades of Pale Magenta #E68ADC
Tints of Pale Magenta #E68ADC
RGB
CMYK
RGB Variations
Color information
#E68ADC (or 0xE68ADC) is known color: Pale Magenta. HEX triplet: E6, 8A and DC. RGB value is (230,138,220). Sum of RGB (Red+Green+Blue) = 230+138+220=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ADC is #197523. Grayscale: #AEAEAE. Windows color (decimal): -1668388 or 14453478. OLE color: 14453478.
HSL color Cylindrical-coordinate representation of color #E68ADC: hue angle of 306.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68ADC is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 220 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.10 |
| HSL | 306.52º | 0.65% | 0.72% | - |
| HSV(B) | 306.52º | 0.4% | 0.9% | - |
| XYZ | 54.64 | 40.17 | 72.58 | - |
| YUV | 174.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 220 | 0 | 0.4 | 0.04 | 0.10 | 306.52 | 0.65 | 0.72 |
| Hex | E6 | 8A | DC | 0 | 28 | 4 | A | 133 | 41 | 48 |
| Octal | 346 | 212 | 334 | 0 | 50 | 4 | 12 | 463 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11011100 | 0 | 101000 | 100 | 1010 | 100110011 | 1000001 | 1001000 |
Color Harmonies of #E68ADC
Complementary color
Monochromatic Colors of #E68ADC
Black with #E68ADC
Text Example
Text Example
White with #E68ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ADC; }
p { color: rgb(230,138,220); }
H1.HeaderClassName
{
color: #E68ADC;
}
.AnyTagClassName
{
color: #E68ADC;
}
</style>
background-color css
<style>
a { background-color: #E68ADC; }
a { background-color: rgb(230,138,220); }
div.DivClassName
{
background-color: #E68ADC;
}
.BgClassName
{
background-color: #E68ADC;
}
</style>
border-color css
<style>
span { border-color: #E68ADC; }
span { border-color: rgb(230,138,220); }
td.TdClassName
{
border-color: #E68ADC;
}
.TagClassName
{
border-color: #E68ADC;
}
</style>