Shades of Pale Magenta #ED8ADC
Tints of Pale Magenta #ED8ADC
RGB
CMYK
RGB Variations
Color information
#ED8ADC (or 0xED8ADC) is known color: Pale Magenta. HEX triplet: ED, 8A and DC. RGB value is (237,138,220). Sum of RGB (Red+Green+Blue) = 237+138+220=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ADC is #127523. Grayscale: #B0B0B0. Windows color (decimal): -1209636 or 14453485. OLE color: 14453485.
HSL color Cylindrical-coordinate representation of color #ED8ADC: hue angle of 310.3º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8ADC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 220 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.07 |
| HSL | 310.3º | 0.73% | 0.74% | - |
| HSV(B) | 310.3º | 0.42% | 0.93% | - |
| XYZ | 56.93 | 41.35 | 72.69 | - |
| YUV | 176.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 220 | 0 | 0.42 | 0.07 | 0.07 | 310.3 | 0.73 | 0.74 |
| Hex | ED | 8A | DC | 0 | 2A | 7 | 7 | 136 | 49 | 4A |
| Octal | 355 | 212 | 334 | 0 | 52 | 7 | 7 | 466 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11011100 | 0 | 101010 | 111 | 111 | 100110110 | 1001001 | 1001010 |
Color Harmonies of #ED8ADC
Complementary color
Monochromatic Colors of #ED8ADC
Black with #ED8ADC
Text Example
Text Example
White with #ED8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ADC; }
p { color: rgb(237,138,220); }
H1.HeaderClassName
{
color: #ED8ADC;
}
.AnyTagClassName
{
color: #ED8ADC;
}
</style>
background-color css
<style>
a { background-color: #ED8ADC; }
a { background-color: rgb(237,138,220); }
div.DivClassName
{
background-color: #ED8ADC;
}
.BgClassName
{
background-color: #ED8ADC;
}
</style>
border-color css
<style>
span { border-color: #ED8ADC; }
span { border-color: rgb(237,138,220); }
td.TdClassName
{
border-color: #ED8ADC;
}
.TagClassName
{
border-color: #ED8ADC;
}
</style>