Shades of Pale Magenta #E684D4
Tints of Pale Magenta #E684D4
RGB
CMYK
RGB Variations
Color information
#E684D4 (or 0xE684D4) is known color: Pale Magenta. HEX triplet: E6, 84 and D4. RGB value is (230,132,212). Sum of RGB (Red+Green+Blue) = 230+132+212=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E684D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684D4 is #197B2B. Grayscale: #AAAAAA. Windows color (decimal): -1669932 or 13927654. OLE color: 13927654.
HSL color Cylindrical-coordinate representation of color #E684D4: hue angle of 311.02º 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 #E684D4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 212 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.10 |
| HSL | 311.02º | 0.66% | 0.71% | - |
| HSV(B) | 311.02º | 0.43% | 0.9% | - |
| XYZ | 52.77 | 38.08 | 66.86 | - |
| YUV | 170.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 212 | 0 | 0.43 | 0.08 | 0.10 | 311.02 | 0.66 | 0.71 |
| Hex | E6 | 84 | D4 | 0 | 2B | 8 | A | 137 | 42 | 47 |
| Octal | 346 | 204 | 324 | 0 | 53 | 10 | 12 | 467 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11010100 | 0 | 101011 | 1000 | 1010 | 100110111 | 1000010 | 1000111 |
Color Harmonies of #E684D4
Complementary color
Monochromatic Colors of #E684D4
Black with #E684D4
Text Example
Text Example
White with #E684D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684D4; }
p { color: rgb(230,132,212); }
H1.HeaderClassName
{
color: #E684D4;
}
.AnyTagClassName
{
color: #E684D4;
}
</style>
background-color css
<style>
a { background-color: #E684D4; }
a { background-color: rgb(230,132,212); }
div.DivClassName
{
background-color: #E684D4;
}
.BgClassName
{
background-color: #E684D4;
}
</style>
border-color css
<style>
span { border-color: #E684D4; }
span { border-color: rgb(230,132,212); }
td.TdClassName
{
border-color: #E684D4;
}
.TagClassName
{
border-color: #E684D4;
}
</style>