Shades of Pale Magenta #E68BDC
Tints of Pale Magenta #E68BDC
RGB
CMYK
RGB Variations
Color information
#E68BDC (or 0xE68BDC) is known color: Pale Magenta. HEX triplet: E6, 8B and DC. RGB value is (230,139,220). Sum of RGB (Red+Green+Blue) = 230+139+220=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDC is #197423. Grayscale: #AFAFAF. Windows color (decimal): -1668132 or 14453734. OLE color: 14453734.
HSL color Cylindrical-coordinate representation of color #E68BDC: hue angle of 306.59º 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 #E68BDC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 220 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.10 |
| HSL | 306.59º | 0.65% | 0.72% | - |
| HSV(B) | 306.59º | 0.4% | 0.9% | - |
| XYZ | 54.78 | 40.46 | 72.63 | - |
| YUV | 175.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 220 | 0 | 0.40 | 0.04 | 0.10 | 306.59 | 0.65 | 0.72 |
| Hex | E6 | 8B | DC | 0 | 28 | 4 | A | 133 | 41 | 48 |
| Octal | 346 | 213 | 334 | 0 | 50 | 4 | 12 | 463 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11011100 | 0 | 101000 | 100 | 1010 | 100110011 | 1000001 | 1001000 |
Color Harmonies of #E68BDC
Complementary color
Monochromatic Colors of #E68BDC
Black with #E68BDC
Text Example
Text Example
White with #E68BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BDC; }
p { color: rgb(230,139,220); }
H1.HeaderClassName
{
color: #E68BDC;
}
.AnyTagClassName
{
color: #E68BDC;
}
</style>
background-color css
<style>
a { background-color: #E68BDC; }
a { background-color: rgb(230,139,220); }
div.DivClassName
{
background-color: #E68BDC;
}
.BgClassName
{
background-color: #E68BDC;
}
</style>
border-color css
<style>
span { border-color: #E68BDC; }
span { border-color: rgb(230,139,220); }
td.TdClassName
{
border-color: #E68BDC;
}
.TagClassName
{
border-color: #E68BDC;
}
</style>