Shades of Pale Magenta #ED8BDA
Tints of Pale Magenta #ED8BDA
RGB
CMYK
RGB Variations
Color information
#ED8BDA (or 0xED8BDA) is known color: Pale Magenta. HEX triplet: ED, 8B and DA. RGB value is (237,139,218). Sum of RGB (Red+Green+Blue) = 237+139+218=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BDA is #127425. Grayscale: #B1B1B1. Windows color (decimal): -1209382 or 14322669. OLE color: 14322669.
HSL color Cylindrical-coordinate representation of color #ED8BDA: hue angle of 311.63º 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 #ED8BDA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 218 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.07 |
| HSL | 311.63º | 0.73% | 0.74% | - |
| HSV(B) | 311.63º | 0.41% | 0.93% | - |
| XYZ | 56.81 | 41.53 | 71.35 | - |
| YUV | 177.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 218 | 0 | 0.41 | 0.08 | 0.07 | 311.63 | 0.73 | 0.74 |
| Hex | ED | 8B | DA | 0 | 29 | 8 | 7 | 138 | 49 | 4A |
| Octal | 355 | 213 | 332 | 0 | 51 | 10 | 7 | 470 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11011010 | 0 | 101001 | 1000 | 111 | 100111000 | 1001001 | 1001010 |
Color Harmonies of #ED8BDA
Complementary color
Monochromatic Colors of #ED8BDA
Black with #ED8BDA
Text Example
Text Example
White with #ED8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BDA; }
p { color: rgb(237,139,218); }
H1.HeaderClassName
{
color: #ED8BDA;
}
.AnyTagClassName
{
color: #ED8BDA;
}
</style>
background-color css
<style>
a { background-color: #ED8BDA; }
a { background-color: rgb(237,139,218); }
div.DivClassName
{
background-color: #ED8BDA;
}
.BgClassName
{
background-color: #ED8BDA;
}
</style>
border-color css
<style>
span { border-color: #ED8BDA; }
span { border-color: rgb(237,139,218); }
td.TdClassName
{
border-color: #ED8BDA;
}
.TagClassName
{
border-color: #ED8BDA;
}
</style>