Shades of Pale Magenta #E683DA
Tints of Pale Magenta #E683DA
RGB
CMYK
RGB Variations
Color information
#E683DA (or 0xE683DA) is known color: Pale Magenta. HEX triplet: E6, 83 and DA. RGB value is (230,131,218). Sum of RGB (Red+Green+Blue) = 230+131+218=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E683DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683DA is #197C25. Grayscale: #AAAAAA. Windows color (decimal): -1670182 or 14320614. OLE color: 14320614.
HSL color Cylindrical-coordinate representation of color #E683DA: hue angle of 307.27º 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 #E683DA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 218 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.10 |
| HSL | 307.27º | 0.66% | 0.71% | - |
| HSV(B) | 307.27º | 0.43% | 0.9% | - |
| XYZ | 53.4 | 38.12 | 70.87 | - |
| YUV | 170.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 218 | 0 | 0.43 | 0.05 | 0.10 | 307.27 | 0.66 | 0.71 |
| Hex | E6 | 83 | DA | 0 | 2B | 5 | A | 133 | 42 | 47 |
| Octal | 346 | 203 | 332 | 0 | 53 | 5 | 12 | 463 | 102 | 107 |
| Binary | 11100110 | 10000011 | 11011010 | 0 | 101011 | 101 | 1010 | 100110011 | 1000010 | 1000111 |
Color Harmonies of #E683DA
Complementary color
Monochromatic Colors of #E683DA
Black with #E683DA
Text Example
Text Example
White with #E683DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683DA; }
p { color: rgb(230,131,218); }
H1.HeaderClassName
{
color: #E683DA;
}
.AnyTagClassName
{
color: #E683DA;
}
</style>
background-color css
<style>
a { background-color: #E683DA; }
a { background-color: rgb(230,131,218); }
div.DivClassName
{
background-color: #E683DA;
}
.BgClassName
{
background-color: #E683DA;
}
</style>
border-color css
<style>
span { border-color: #E683DA; }
span { border-color: rgb(230,131,218); }
td.TdClassName
{
border-color: #E683DA;
}
.TagClassName
{
border-color: #E683DA;
}
</style>