Shades of Pale Magenta #EA84D3
Tints of Pale Magenta #EA84D3
RGB
CMYK
RGB Variations
Color information
#EA84D3 (or 0xEA84D3) is known color: Pale Magenta. HEX triplet: EA, 84 and D3. RGB value is (234,132,211). Sum of RGB (Red+Green+Blue) = 234+132+211=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84D3 is #157B2C. Grayscale: #ABABAB. Windows color (decimal): -1407789 or 13862122. OLE color: 13862122.
HSL color Cylindrical-coordinate representation of color #EA84D3: hue angle of 313.53º 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 #EA84D3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 211 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.08 |
| HSL | 313.53º | 0.71% | 0.72% | - |
| HSV(B) | 313.53º | 0.44% | 0.92% | - |
| XYZ | 53.94 | 38.7 | 66.25 | - |
| YUV | 171.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 211 | 0 | 0.44 | 0.10 | 0.08 | 313.53 | 0.71 | 0.72 |
| Hex | EA | 84 | D3 | 0 | 2C | A | 8 | 13A | 47 | 48 |
| Octal | 352 | 204 | 323 | 0 | 54 | 12 | 10 | 472 | 107 | 110 |
| Binary | 11101010 | 10000100 | 11010011 | 0 | 101100 | 1010 | 1000 | 100111010 | 1000111 | 1001000 |
Color Harmonies of #EA84D3
Complementary color
Monochromatic Colors of #EA84D3
Black with #EA84D3
Text Example
Text Example
White with #EA84D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA84D3; }
p { color: rgb(234,132,211); }
H1.HeaderClassName
{
color: #EA84D3;
}
.AnyTagClassName
{
color: #EA84D3;
}
</style>
background-color css
<style>
a { background-color: #EA84D3; }
a { background-color: rgb(234,132,211); }
div.DivClassName
{
background-color: #EA84D3;
}
.BgClassName
{
background-color: #EA84D3;
}
</style>
border-color css
<style>
span { border-color: #EA84D3; }
span { border-color: rgb(234,132,211); }
td.TdClassName
{
border-color: #EA84D3;
}
.TagClassName
{
border-color: #EA84D3;
}
</style>