Shades of Pale Magenta #E682DB
Tints of Pale Magenta #E682DB
RGB
CMYK
RGB Variations
Color information
#E682DB (or 0xE682DB) is known color: Pale Magenta. HEX triplet: E6, 82 and DB. RGB value is (230,130,219). Sum of RGB (Red+Green+Blue) = 230+130+219=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E682DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682DB is #197D24. Grayscale: #A9A9A9. Windows color (decimal): -1670437 or 14385894. OLE color: 14385894.
HSL color Cylindrical-coordinate representation of color #E682DB: hue angle of 306.6º degrees, saturation: 0.67, 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 #E682DB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 219 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.10 |
| HSL | 306.6º | 0.67% | 0.71% | - |
| HSV(B) | 306.6º | 0.43% | 0.9% | - |
| XYZ | 53.4 | 37.9 | 71.52 | - |
| YUV | 170.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 219 | 0 | 0.43 | 0.05 | 0.10 | 306.6 | 0.67 | 0.71 |
| Hex | E6 | 82 | DB | 0 | 2B | 5 | A | 133 | 43 | 47 |
| Octal | 346 | 202 | 333 | 0 | 53 | 5 | 12 | 463 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11011011 | 0 | 101011 | 101 | 1010 | 100110011 | 1000011 | 1000111 |
Color Harmonies of #E682DB
Complementary color
Monochromatic Colors of #E682DB
Black with #E682DB
Text Example
Text Example
White with #E682DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682DB; }
p { color: rgb(230,130,219); }
H1.HeaderClassName
{
color: #E682DB;
}
.AnyTagClassName
{
color: #E682DB;
}
</style>
background-color css
<style>
a { background-color: #E682DB; }
a { background-color: rgb(230,130,219); }
div.DivClassName
{
background-color: #E682DB;
}
.BgClassName
{
background-color: #E682DB;
}
</style>
border-color css
<style>
span { border-color: #E682DB; }
span { border-color: rgb(230,130,219); }
td.TdClassName
{
border-color: #E682DB;
}
.TagClassName
{
border-color: #E682DB;
}
</style>