Shades of Pale Magenta #ED85DD
Tints of Pale Magenta #ED85DD
RGB
CMYK
RGB Variations
Color information
#ED85DD (or 0xED85DD) is known color: Pale Magenta. HEX triplet: ED, 85 and DD. RGB value is (237,133,221). Sum of RGB (Red+Green+Blue) = 237+133+221=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85DD is #127A22. Grayscale: #ADADAD. Windows color (decimal): -1210915 or 14517741. OLE color: 14517741.
HSL color Cylindrical-coordinate representation of color #ED85DD: hue angle of 309.23º 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 #ED85DD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 221 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.07 |
| HSL | 309.23º | 0.74% | 0.73% | - |
| HSV(B) | 309.23º | 0.44% | 0.93% | - |
| XYZ | 56.36 | 40 | 73.16 | - |
| YUV | 174.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 221 | 0 | 0.44 | 0.07 | 0.07 | 309.23 | 0.74 | 0.73 |
| Hex | ED | 85 | DD | 0 | 2C | 7 | 7 | 135 | 4A | 49 |
| Octal | 355 | 205 | 335 | 0 | 54 | 7 | 7 | 465 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11011101 | 0 | 101100 | 111 | 111 | 100110101 | 1001010 | 1001001 |
Color Harmonies of #ED85DD
Complementary color
Monochromatic Colors of #ED85DD
Black with #ED85DD
Text Example
Text Example
White with #ED85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85DD; }
p { color: rgb(237,133,221); }
H1.HeaderClassName
{
color: #ED85DD;
}
.AnyTagClassName
{
color: #ED85DD;
}
</style>
background-color css
<style>
a { background-color: #ED85DD; }
a { background-color: rgb(237,133,221); }
div.DivClassName
{
background-color: #ED85DD;
}
.BgClassName
{
background-color: #ED85DD;
}
</style>
border-color css
<style>
span { border-color: #ED85DD; }
span { border-color: rgb(237,133,221); }
td.TdClassName
{
border-color: #ED85DD;
}
.TagClassName
{
border-color: #ED85DD;
}
</style>