Shades of Pale Magenta #ED84DD
Tints of Pale Magenta #ED84DD
RGB
CMYK
RGB Variations
Color information
#ED84DD (or 0xED84DD) is known color: Pale Magenta. HEX triplet: ED, 84 and DD. RGB value is (237,132,221). Sum of RGB (Red+Green+Blue) = 237+132+221=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DD is #127B22. Grayscale: #ADADAD. Windows color (decimal): -1211171 or 14517485. OLE color: 14517485.
HSL color Cylindrical-coordinate representation of color #ED84DD: hue angle of 309.14º 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 #ED84DD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 221 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.07 |
| HSL | 309.14º | 0.74% | 0.72% | - |
| HSV(B) | 309.14º | 0.44% | 0.93% | - |
| XYZ | 56.23 | 39.73 | 73.11 | - |
| YUV | 173.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 221 | 0 | 0.44 | 0.07 | 0.07 | 309.14 | 0.74 | 0.72 |
| Hex | ED | 84 | DD | 0 | 2C | 7 | 7 | 135 | 4A | 48 |
| Octal | 355 | 204 | 335 | 0 | 54 | 7 | 7 | 465 | 112 | 110 |
| Binary | 11101101 | 10000100 | 11011101 | 0 | 101100 | 111 | 111 | 100110101 | 1001010 | 1001000 |
Color Harmonies of #ED84DD
Complementary color
Monochromatic Colors of #ED84DD
Black with #ED84DD
Text Example
Text Example
White with #ED84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84DD; }
p { color: rgb(237,132,221); }
H1.HeaderClassName
{
color: #ED84DD;
}
.AnyTagClassName
{
color: #ED84DD;
}
</style>
background-color css
<style>
a { background-color: #ED84DD; }
a { background-color: rgb(237,132,221); }
div.DivClassName
{
background-color: #ED84DD;
}
.BgClassName
{
background-color: #ED84DD;
}
</style>
border-color css
<style>
span { border-color: #ED84DD; }
span { border-color: rgb(237,132,221); }
td.TdClassName
{
border-color: #ED84DD;
}
.TagClassName
{
border-color: #ED84DD;
}
</style>