Shades of Pale Magenta #E682DA
Tints of Pale Magenta #E682DA
RGB
CMYK
RGB Variations
Color information
#E682DA (or 0xE682DA) is known color: Pale Magenta. HEX triplet: E6, 82 and DA. RGB value is (230,130,218). Sum of RGB (Red+Green+Blue) = 230+130+218=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E682DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682DA is #197D25. Grayscale: #A9A9A9. Windows color (decimal): -1670438 or 14320358. OLE color: 14320358.
HSL color Cylindrical-coordinate representation of color #E682DA: hue angle of 307.2º 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 #E682DA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 218 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.10 |
| HSL | 307.2º | 0.67% | 0.71% | - |
| HSV(B) | 307.2º | 0.43% | 0.9% | - |
| XYZ | 53.27 | 37.85 | 70.83 | - |
| YUV | 169.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 218 | 0 | 0.43 | 0.05 | 0.10 | 307.2 | 0.67 | 0.71 |
| Hex | E6 | 82 | DA | 0 | 2B | 5 | A | 133 | 43 | 47 |
| Octal | 346 | 202 | 332 | 0 | 53 | 5 | 12 | 463 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11011010 | 0 | 101011 | 101 | 1010 | 100110011 | 1000011 | 1000111 |
Color Harmonies of #E682DA
Complementary color
Monochromatic Colors of #E682DA
Black with #E682DA
Text Example
Text Example
White with #E682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682DA; }
p { color: rgb(230,130,218); }
H1.HeaderClassName
{
color: #E682DA;
}
.AnyTagClassName
{
color: #E682DA;
}
</style>
background-color css
<style>
a { background-color: #E682DA; }
a { background-color: rgb(230,130,218); }
div.DivClassName
{
background-color: #E682DA;
}
.BgClassName
{
background-color: #E682DA;
}
</style>
border-color css
<style>
span { border-color: #E682DA; }
span { border-color: rgb(230,130,218); }
td.TdClassName
{
border-color: #E682DA;
}
.TagClassName
{
border-color: #E682DA;
}
</style>