Shades of Pale Magenta #EA84D9
Tints of Pale Magenta #EA84D9
RGB
CMYK
RGB Variations
Color information
#EA84D9 (or 0xEA84D9) is known color: Pale Magenta. HEX triplet: EA, 84 and D9. RGB value is (234,132,217). Sum of RGB (Red+Green+Blue) = 234+132+217=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84D9 is #157B26. Grayscale: #ABABAB. Windows color (decimal): -1407783 or 14255338. OLE color: 14255338.
HSL color Cylindrical-coordinate representation of color #EA84D9: hue angle of 310º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84D9 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 217 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.08 |
| HSL | 310º | 0.71% | 0.72% | - |
| HSV(B) | 310º | 0.44% | 0.92% | - |
| XYZ | 54.71 | 39 | 70.29 | - |
| YUV | 172.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 217 | 0 | 0.44 | 0.07 | 0.08 | 310 | 0.71 | 0.72 |
| Hex | EA | 84 | D9 | 0 | 2C | 7 | 8 | 136 | 47 | 48 |
| Octal | 352 | 204 | 331 | 0 | 54 | 7 | 10 | 466 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11011001 | 0 | 101100 | 111 | 1000 | 100110110 | 1000111 | 1001000 |
Color Harmonies of #EA84D9
Complementary color
Monochromatic Colors of #EA84D9
Black with #EA84D9
Text Example
Text Example
White with #EA84D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84D9; }
p { color: rgb(234,132,217); }
H1.HeaderClassName
{
color: #EA84D9;
}
.AnyTagClassName
{
color: #EA84D9;
}
</style>
background-color css
<style>
a { background-color: #EA84D9; }
a { background-color: rgb(234,132,217); }
div.DivClassName
{
background-color: #EA84D9;
}
.BgClassName
{
background-color: #EA84D9;
}
</style>
border-color css
<style>
span { border-color: #EA84D9; }
span { border-color: rgb(234,132,217); }
td.TdClassName
{
border-color: #EA84D9;
}
.TagClassName
{
border-color: #EA84D9;
}
</style>