Shades of Pale Magenta #E684DB
Tints of Pale Magenta #E684DB
RGB
CMYK
RGB Variations
Color information
#E684DB (or 0xE684DB) is known color: Pale Magenta. HEX triplet: E6, 84 and DB. RGB value is (230,132,219). Sum of RGB (Red+Green+Blue) = 230+132+219=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E684DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684DB is #197B24. Grayscale: #AAAAAA. Windows color (decimal): -1669925 or 14386406. OLE color: 14386406.
HSL color Cylindrical-coordinate representation of color #E684DB: hue angle of 306.73º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684DB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 219 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.10 |
| HSL | 306.73º | 0.66% | 0.71% | - |
| HSV(B) | 306.73º | 0.43% | 0.9% | - |
| XYZ | 53.67 | 38.44 | 71.61 | - |
| YUV | 171.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 219 | 0 | 0.43 | 0.05 | 0.10 | 306.73 | 0.66 | 0.71 |
| Hex | E6 | 84 | DB | 0 | 2B | 5 | A | 133 | 42 | 47 |
| Octal | 346 | 204 | 333 | 0 | 53 | 5 | 12 | 463 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11011011 | 0 | 101011 | 101 | 1010 | 100110011 | 1000010 | 1000111 |
Color Harmonies of #E684DB
Complementary color
Monochromatic Colors of #E684DB
Black with #E684DB
Text Example
Text Example
White with #E684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684DB; }
p { color: rgb(230,132,219); }
H1.HeaderClassName
{
color: #E684DB;
}
.AnyTagClassName
{
color: #E684DB;
}
</style>
background-color css
<style>
a { background-color: #E684DB; }
a { background-color: rgb(230,132,219); }
div.DivClassName
{
background-color: #E684DB;
}
.BgClassName
{
background-color: #E684DB;
}
</style>
border-color css
<style>
span { border-color: #E684DB; }
span { border-color: rgb(230,132,219); }
td.TdClassName
{
border-color: #E684DB;
}
.TagClassName
{
border-color: #E684DB;
}
</style>