Shades of Pale Magenta #ED8FD3
Tints of Pale Magenta #ED8FD3
RGB
CMYK
RGB Variations
Color information
#ED8FD3 (or 0xED8FD3) is known color: Pale Magenta. HEX triplet: ED, 8F and D3. RGB value is (237,143,211). Sum of RGB (Red+Green+Blue) = 237+143+211=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD3 is #12702C. Grayscale: #B2B2B2. Windows color (decimal): -1208365 or 13864941. OLE color: 13864941.
HSL color Cylindrical-coordinate representation of color #ED8FD3: hue angle of 316.6º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FD3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 211 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.07 |
| HSL | 316.6º | 0.72% | 0.75% | - |
| HSV(B) | 316.6º | 0.4% | 0.93% | - |
| XYZ | 56.51 | 42.35 | 66.82 | - |
| YUV | 178.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 211 | 0 | 0.40 | 0.11 | 0.07 | 316.6 | 0.72 | 0.75 |
| Hex | ED | 8F | D3 | 0 | 28 | B | 7 | 13D | 48 | 4B |
| Octal | 355 | 217 | 323 | 0 | 50 | 13 | 7 | 475 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11010011 | 0 | 101000 | 1011 | 111 | 100111101 | 1001000 | 1001011 |
Color Harmonies of #ED8FD3
Complementary color
Monochromatic Colors of #ED8FD3
Black with #ED8FD3
Text Example
Text Example
White with #ED8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FD3; }
p { color: rgb(237,143,211); }
H1.HeaderClassName
{
color: #ED8FD3;
}
.AnyTagClassName
{
color: #ED8FD3;
}
</style>
background-color css
<style>
a { background-color: #ED8FD3; }
a { background-color: rgb(237,143,211); }
div.DivClassName
{
background-color: #ED8FD3;
}
.BgClassName
{
background-color: #ED8FD3;
}
</style>
border-color css
<style>
span { border-color: #ED8FD3; }
span { border-color: rgb(237,143,211); }
td.TdClassName
{
border-color: #ED8FD3;
}
.TagClassName
{
border-color: #ED8FD3;
}
</style>