Shades of Pale Magenta #E684D5
Tints of Pale Magenta #E684D5
RGB
CMYK
RGB Variations
Color information
#E684D5 (or 0xE684D5) is known color: Pale Magenta. HEX triplet: E6, 84 and D5. RGB value is (230,132,213). Sum of RGB (Red+Green+Blue) = 230+132+213=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E684D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684D5 is #197B2A. Grayscale: #AAAAAA. Windows color (decimal): -1669931 or 13993190. OLE color: 13993190.
HSL color Cylindrical-coordinate representation of color #E684D5: hue angle of 310.41º 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 #E684D5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 213 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.10 |
| HSL | 310.41º | 0.66% | 0.71% | - |
| HSV(B) | 310.41º | 0.43% | 0.9% | - |
| XYZ | 52.89 | 38.13 | 67.52 | - |
| YUV | 170.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 213 | 0 | 0.43 | 0.07 | 0.10 | 310.41 | 0.66 | 0.71 |
| Hex | E6 | 84 | D5 | 0 | 2B | 7 | A | 136 | 42 | 47 |
| Octal | 346 | 204 | 325 | 0 | 53 | 7 | 12 | 466 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11010101 | 0 | 101011 | 111 | 1010 | 100110110 | 1000010 | 1000111 |
Color Harmonies of #E684D5
Complementary color
Monochromatic Colors of #E684D5
Black with #E684D5
Text Example
Text Example
White with #E684D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684D5; }
p { color: rgb(230,132,213); }
H1.HeaderClassName
{
color: #E684D5;
}
.AnyTagClassName
{
color: #E684D5;
}
</style>
background-color css
<style>
a { background-color: #E684D5; }
a { background-color: rgb(230,132,213); }
div.DivClassName
{
background-color: #E684D5;
}
.BgClassName
{
background-color: #E684D5;
}
</style>
border-color css
<style>
span { border-color: #E684D5; }
span { border-color: rgb(230,132,213); }
td.TdClassName
{
border-color: #E684D5;
}
.TagClassName
{
border-color: #E684D5;
}
</style>