Shades of Pale Magenta #ED85D2
Tints of Pale Magenta #ED85D2
RGB
CMYK
RGB Variations
Color information
#ED85D2 (or 0xED85D2) is known color: Pale Magenta. HEX triplet: ED, 85 and D2. RGB value is (237,133,210). Sum of RGB (Red+Green+Blue) = 237+133+210=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85D2 is #127A2D. Grayscale: #ACACAC. Windows color (decimal): -1210926 or 13796845. OLE color: 13796845.
HSL color Cylindrical-coordinate representation of color #ED85D2: hue angle of 315.58º 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 #ED85D2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 210 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.07 |
| HSL | 315.58º | 0.74% | 0.73% | - |
| HSV(B) | 315.58º | 0.44% | 0.93% | - |
| XYZ | 54.95 | 39.43 | 65.69 | - |
| YUV | 172.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 210 | 0 | 0.44 | 0.11 | 0.07 | 315.58 | 0.74 | 0.73 |
| Hex | ED | 85 | D2 | 0 | 2C | B | 7 | 13C | 4A | 49 |
| Octal | 355 | 205 | 322 | 0 | 54 | 13 | 7 | 474 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11010010 | 0 | 101100 | 1011 | 111 | 100111100 | 1001010 | 1001001 |
Color Harmonies of #ED85D2
Complementary color
Monochromatic Colors of #ED85D2
Black with #ED85D2
Text Example
Text Example
White with #ED85D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85D2; }
p { color: rgb(237,133,210); }
H1.HeaderClassName
{
color: #ED85D2;
}
.AnyTagClassName
{
color: #ED85D2;
}
</style>
background-color css
<style>
a { background-color: #ED85D2; }
a { background-color: rgb(237,133,210); }
div.DivClassName
{
background-color: #ED85D2;
}
.BgClassName
{
background-color: #ED85D2;
}
</style>
border-color css
<style>
span { border-color: #ED85D2; }
span { border-color: rgb(237,133,210); }
td.TdClassName
{
border-color: #ED85D2;
}
.TagClassName
{
border-color: #ED85D2;
}
</style>