Shades of Pale Magenta #ED8BDF
Tints of Pale Magenta #ED8BDF
RGB
CMYK
RGB Variations
Color information
#ED8BDF (or 0xED8BDF) is known color: Pale Magenta. HEX triplet: ED, 8B and DF. RGB value is (237,139,223). Sum of RGB (Red+Green+Blue) = 237+139+223=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BDF is #127420. Grayscale: #B1B1B1. Windows color (decimal): -1209377 or 14650349. OLE color: 14650349.
HSL color Cylindrical-coordinate representation of color #ED8BDF: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BDF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 223 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.07 |
| HSL | 308.57º | 0.73% | 0.74% | - |
| HSV(B) | 308.57º | 0.41% | 0.93% | - |
| XYZ | 57.48 | 41.8 | 74.85 | - |
| YUV | 177.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 223 | 0 | 0.41 | 0.06 | 0.07 | 308.57 | 0.73 | 0.74 |
| Hex | ED | 8B | DF | 0 | 29 | 6 | 7 | 135 | 49 | 4A |
| Octal | 355 | 213 | 337 | 0 | 51 | 6 | 7 | 465 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11011111 | 0 | 101001 | 110 | 111 | 100110101 | 1001001 | 1001010 |
Color Harmonies of #ED8BDF
Complementary color
Monochromatic Colors of #ED8BDF
Black with #ED8BDF
Text Example
Text Example
White with #ED8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BDF; }
p { color: rgb(237,139,223); }
H1.HeaderClassName
{
color: #ED8BDF;
}
.AnyTagClassName
{
color: #ED8BDF;
}
</style>
background-color css
<style>
a { background-color: #ED8BDF; }
a { background-color: rgb(237,139,223); }
div.DivClassName
{
background-color: #ED8BDF;
}
.BgClassName
{
background-color: #ED8BDF;
}
</style>
border-color css
<style>
span { border-color: #ED8BDF; }
span { border-color: rgb(237,139,223); }
td.TdClassName
{
border-color: #ED8BDF;
}
.TagClassName
{
border-color: #ED8BDF;
}
</style>