Shades of Pale Magenta #ED84E0
Tints of Pale Magenta #ED84E0
RGB
CMYK
RGB Variations
Color information
#ED84E0 (or 0xED84E0) is known color: Pale Magenta. HEX triplet: ED, 84 and E0. RGB value is (237,132,224). Sum of RGB (Red+Green+Blue) = 237+132+224=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84E0 is #127B1F. Grayscale: #ADADAD. Windows color (decimal): -1211168 or 14714093. OLE color: 14714093.
HSL color Cylindrical-coordinate representation of color #ED84E0: hue angle of 307.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84E0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 224 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.07 |
| HSL | 307.43º | 0.74% | 0.72% | - |
| HSV(B) | 307.43º | 0.44% | 0.93% | - |
| XYZ | 56.63 | 39.89 | 75.24 | - |
| YUV | 173.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 224 | 0 | 0.44 | 0.05 | 0.07 | 307.43 | 0.74 | 0.72 |
| Hex | ED | 84 | E0 | 0 | 2C | 5 | 7 | 133 | 4A | 48 |
| Octal | 355 | 204 | 340 | 0 | 54 | 5 | 7 | 463 | 112 | 110 |
| Binary | 11101101 | 10000100 | 11100000 | 0 | 101100 | 101 | 111 | 100110011 | 1001010 | 1001000 |
Color Harmonies of #ED84E0
Complementary color
Monochromatic Colors of #ED84E0
Black with #ED84E0
Text Example
Text Example
White with #ED84E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84E0; }
p { color: rgb(237,132,224); }
H1.HeaderClassName
{
color: #ED84E0;
}
.AnyTagClassName
{
color: #ED84E0;
}
</style>
background-color css
<style>
a { background-color: #ED84E0; }
a { background-color: rgb(237,132,224); }
div.DivClassName
{
background-color: #ED84E0;
}
.BgClassName
{
background-color: #ED84E0;
}
</style>
border-color css
<style>
span { border-color: #ED84E0; }
span { border-color: rgb(237,132,224); }
td.TdClassName
{
border-color: #ED84E0;
}
.TagClassName
{
border-color: #ED84E0;
}
</style>