Shades of Pale Magenta #E685DA
Tints of Pale Magenta #E685DA
RGB
CMYK
RGB Variations
Color information
#E685DA (or 0xE685DA) is known color: Pale Magenta. HEX triplet: E6, 85 and DA. RGB value is (230,133,218). Sum of RGB (Red+Green+Blue) = 230+133+218=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E685DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685DA is #197A25. Grayscale: #ABABAB. Windows color (decimal): -1669670 or 14321126. OLE color: 14321126.
HSL color Cylindrical-coordinate representation of color #E685DA: hue angle of 307.42º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685DA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 218 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.10 |
| HSL | 307.42º | 0.66% | 0.71% | - |
| HSV(B) | 307.42º | 0.42% | 0.9% | - |
| XYZ | 53.68 | 38.66 | 70.96 | - |
| YUV | 171.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 218 | 0 | 0.42 | 0.05 | 0.10 | 307.42 | 0.66 | 0.71 |
| Hex | E6 | 85 | DA | 0 | 2A | 5 | A | 133 | 42 | 47 |
| Octal | 346 | 205 | 332 | 0 | 52 | 5 | 12 | 463 | 102 | 107 |
| Binary | 11100110 | 10000101 | 11011010 | 0 | 101010 | 101 | 1010 | 100110011 | 1000010 | 1000111 |
Color Harmonies of #E685DA
Complementary color
Monochromatic Colors of #E685DA
Black with #E685DA
Text Example
Text Example
White with #E685DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685DA; }
p { color: rgb(230,133,218); }
H1.HeaderClassName
{
color: #E685DA;
}
.AnyTagClassName
{
color: #E685DA;
}
</style>
background-color css
<style>
a { background-color: #E685DA; }
a { background-color: rgb(230,133,218); }
div.DivClassName
{
background-color: #E685DA;
}
.BgClassName
{
background-color: #E685DA;
}
</style>
border-color css
<style>
span { border-color: #E685DA; }
span { border-color: rgb(230,133,218); }
td.TdClassName
{
border-color: #E685DA;
}
.TagClassName
{
border-color: #E685DA;
}
</style>