Shades of Pale Magenta #ED84DA
Tints of Pale Magenta #ED84DA
RGB
CMYK
RGB Variations
Color information
#ED84DA (or 0xED84DA) is known color: Pale Magenta. HEX triplet: ED, 84 and DA. RGB value is (237,132,218). Sum of RGB (Red+Green+Blue) = 237+132+218=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84DA is #127B25. Grayscale: #ACACAC. Windows color (decimal): -1211174 or 14320877. OLE color: 14320877.
HSL color Cylindrical-coordinate representation of color #ED84DA: hue angle of 310.86º 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 #ED84DA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 132 | 218 | - |
CMYK | 0 | 0.44 | 0.08 | 0.07 |
HSL | 310.86º | 0.74% | 0.72% | - |
HSV(B) | 310.86º | 0.44% | 0.93% | - |
XYZ | 55.83 | 39.57 | 71.02 | - |
YUV | 173.2 | 153.29 | 173.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 132 | 218 | 0 | 0.44 | 0.08 | 0.07 | 310.86 | 0.74 | 0.72 |
Hex | ED | 84 | DA | 0 | 2C | 8 | 7 | 137 | 4A | 48 |
Octal | 355 | 204 | 332 | 0 | 54 | 10 | 7 | 467 | 112 | 110 |
Binary | 11101101 | 10000100 | 11011010 | 0 | 101100 | 1000 | 111 | 100110111 | 1001010 | 1001000 |
Color Harmonies of #ED84DA
Complementary color
Monochromatic Colors of #ED84DA
Black with #ED84DA
Text Example
Text Example
White with #ED84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84DA; }
p { color: rgb(237,132,218); }
H1.HeaderClassName
{
color: #ED84DA;
}
.AnyTagClassName
{
color: #ED84DA;
}
</style>
background-color css
<style>
a { background-color: #ED84DA; }
a { background-color: rgb(237,132,218); }
div.DivClassName
{
background-color: #ED84DA;
}
.BgClassName
{
background-color: #ED84DA;
}
</style>
border-color css
<style>
span { border-color: #ED84DA; }
span { border-color: rgb(237,132,218); }
td.TdClassName
{
border-color: #ED84DA;
}
.TagClassName
{
border-color: #ED84DA;
}
</style>