Shades of Pale Magenta #E68BD6
Tints of Pale Magenta #E68BD6
RGB
CMYK
RGB Variations
Color information
#E68BD6 (or 0xE68BD6) is known color: Pale Magenta. HEX triplet: E6, 8B and D6. RGB value is (230,139,214). Sum of RGB (Red+Green+Blue) = 230+139+214=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BD6 is #197429. Grayscale: #AEAEAE. Windows color (decimal): -1668138 or 14060518. OLE color: 14060518.
HSL color Cylindrical-coordinate representation of color #E68BD6: hue angle of 310.55º 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 #E68BD6 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 214 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.10 |
| HSL | 310.55º | 0.65% | 0.72% | - |
| HSV(B) | 310.55º | 0.4% | 0.9% | - |
| XYZ | 54 | 40.14 | 68.52 | - |
| YUV | 174.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 214 | 0 | 0.40 | 0.07 | 0.10 | 310.55 | 0.65 | 0.72 |
| Hex | E6 | 8B | D6 | 0 | 28 | 7 | A | 137 | 41 | 48 |
| Octal | 346 | 213 | 326 | 0 | 50 | 7 | 12 | 467 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11010110 | 0 | 101000 | 111 | 1010 | 100110111 | 1000001 | 1001000 |
Color Harmonies of #E68BD6
Complementary color
Monochromatic Colors of #E68BD6
Black with #E68BD6
Text Example
Text Example
White with #E68BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BD6; }
p { color: rgb(230,139,214); }
H1.HeaderClassName
{
color: #E68BD6;
}
.AnyTagClassName
{
color: #E68BD6;
}
</style>
background-color css
<style>
a { background-color: #E68BD6; }
a { background-color: rgb(230,139,214); }
div.DivClassName
{
background-color: #E68BD6;
}
.BgClassName
{
background-color: #E68BD6;
}
</style>
border-color css
<style>
span { border-color: #E68BD6; }
span { border-color: rgb(230,139,214); }
td.TdClassName
{
border-color: #E68BD6;
}
.TagClassName
{
border-color: #E68BD6;
}
</style>