Shades of Pale Magenta #E687DB
Tints of Pale Magenta #E687DB
RGB
CMYK
RGB Variations
Color information
#E687DB (or 0xE687DB) is known color: Pale Magenta. HEX triplet: E6, 87 and DB. RGB value is (230,135,219). Sum of RGB (Red+Green+Blue) = 230+135+219=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E687DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687DB is #197824. Grayscale: #ACACAC. Windows color (decimal): -1669157 or 14387174. OLE color: 14387174.
HSL color Cylindrical-coordinate representation of color #E687DB: hue angle of 306.95º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687DB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 219 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.10 |
| HSL | 306.95º | 0.66% | 0.72% | - |
| HSV(B) | 306.95º | 0.41% | 0.9% | - |
| XYZ | 54.08 | 39.27 | 71.75 | - |
| YUV | 172.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 219 | 0 | 0.41 | 0.05 | 0.10 | 306.95 | 0.66 | 0.72 |
| Hex | E6 | 87 | DB | 0 | 29 | 5 | A | 133 | 42 | 48 |
| Octal | 346 | 207 | 333 | 0 | 51 | 5 | 12 | 463 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11011011 | 0 | 101001 | 101 | 1010 | 100110011 | 1000010 | 1001000 |
Color Harmonies of #E687DB
Complementary color
Monochromatic Colors of #E687DB
Black with #E687DB
Text Example
Text Example
White with #E687DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687DB; }
p { color: rgb(230,135,219); }
H1.HeaderClassName
{
color: #E687DB;
}
.AnyTagClassName
{
color: #E687DB;
}
</style>
background-color css
<style>
a { background-color: #E687DB; }
a { background-color: rgb(230,135,219); }
div.DivClassName
{
background-color: #E687DB;
}
.BgClassName
{
background-color: #E687DB;
}
</style>
border-color css
<style>
span { border-color: #E687DB; }
span { border-color: rgb(230,135,219); }
td.TdClassName
{
border-color: #E687DB;
}
.TagClassName
{
border-color: #E687DB;
}
</style>