Shades of Pale Magenta #ED85DA
Tints of Pale Magenta #ED85DA
RGB
CMYK
RGB Variations
Color information
#ED85DA (or 0xED85DA) is known color: Pale Magenta. HEX triplet: ED, 85 and DA. RGB value is (237,133,218). Sum of RGB (Red+Green+Blue) = 237+133+218=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85DA is #127A25. Grayscale: #ADADAD. Windows color (decimal): -1210918 or 14321133. OLE color: 14321133.
HSL color Cylindrical-coordinate representation of color #ED85DA: hue angle of 310.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85DA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 218 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.07 |
| HSL | 310.96º | 0.74% | 0.73% | - |
| HSV(B) | 310.96º | 0.44% | 0.93% | - |
| XYZ | 55.97 | 39.84 | 71.07 | - |
| YUV | 173.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 218 | 0 | 0.44 | 0.08 | 0.07 | 310.96 | 0.74 | 0.73 |
| Hex | ED | 85 | DA | 0 | 2C | 8 | 7 | 137 | 4A | 49 |
| Octal | 355 | 205 | 332 | 0 | 54 | 10 | 7 | 467 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11011010 | 0 | 101100 | 1000 | 111 | 100110111 | 1001010 | 1001001 |
Color Harmonies of #ED85DA
Complementary color
Monochromatic Colors of #ED85DA
Black with #ED85DA
Text Example
Text Example
White with #ED85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85DA; }
p { color: rgb(237,133,218); }
H1.HeaderClassName
{
color: #ED85DA;
}
.AnyTagClassName
{
color: #ED85DA;
}
</style>
background-color css
<style>
a { background-color: #ED85DA; }
a { background-color: rgb(237,133,218); }
div.DivClassName
{
background-color: #ED85DA;
}
.BgClassName
{
background-color: #ED85DA;
}
</style>
border-color css
<style>
span { border-color: #ED85DA; }
span { border-color: rgb(237,133,218); }
td.TdClassName
{
border-color: #ED85DA;
}
.TagClassName
{
border-color: #ED85DA;
}
</style>