Shades of Pale Magenta #E68BDB
Tints of Pale Magenta #E68BDB
RGB
CMYK
RGB Variations
Color information
#E68BDB (or 0xE68BDB) is known color: Pale Magenta. HEX triplet: E6, 8B and DB. RGB value is (230,139,219). Sum of RGB (Red+Green+Blue) = 230+139+219=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDB is #197424. Grayscale: #AFAFAF. Windows color (decimal): -1668133 or 14388198. OLE color: 14388198.
HSL color Cylindrical-coordinate representation of color #E68BDB: hue angle of 307.25º 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 #E68BDB is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 219 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.10 |
| HSL | 307.25º | 0.65% | 0.72% | - |
| HSV(B) | 307.25º | 0.4% | 0.9% | - |
| XYZ | 54.65 | 40.4 | 71.94 | - |
| YUV | 175.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 219 | 0 | 0.40 | 0.05 | 0.10 | 307.25 | 0.65 | 0.72 |
| Hex | E6 | 8B | DB | 0 | 28 | 5 | A | 133 | 41 | 48 |
| Octal | 346 | 213 | 333 | 0 | 50 | 5 | 12 | 463 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11011011 | 0 | 101000 | 101 | 1010 | 100110011 | 1000001 | 1001000 |
Color Harmonies of #E68BDB
Complementary color
Monochromatic Colors of #E68BDB
Black with #E68BDB
Text Example
Text Example
White with #E68BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BDB; }
p { color: rgb(230,139,219); }
H1.HeaderClassName
{
color: #E68BDB;
}
.AnyTagClassName
{
color: #E68BDB;
}
</style>
background-color css
<style>
a { background-color: #E68BDB; }
a { background-color: rgb(230,139,219); }
div.DivClassName
{
background-color: #E68BDB;
}
.BgClassName
{
background-color: #E68BDB;
}
</style>
border-color css
<style>
span { border-color: #E68BDB; }
span { border-color: rgb(230,139,219); }
td.TdClassName
{
border-color: #E68BDB;
}
.TagClassName
{
border-color: #E68BDB;
}
</style>