Shades of Pale Magenta #EF8ADC
Tints of Pale Magenta #EF8ADC
RGB
CMYK
RGB Variations
Color information
#EF8ADC (or 0xEF8ADC) is known color: Pale Magenta. HEX triplet: EF, 8A and DC. RGB value is (239,138,220). Sum of RGB (Red+Green+Blue) = 239+138+220=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ADC is #107523. Grayscale: #B1B1B1. Windows color (decimal): -1078564 or 14453487. OLE color: 14453487.
HSL color Cylindrical-coordinate representation of color #EF8ADC: hue angle of 311.29º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ADC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 220 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 311.29º | 0.76% | 0.74% | - |
| HSV(B) | 311.29º | 0.42% | 0.94% | - |
| XYZ | 57.6 | 41.69 | 72.72 | - |
| YUV | 177.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 220 | 0 | 0.42 | 0.08 | 0.06 | 311.29 | 0.76 | 0.74 |
| Hex | EF | 8A | DC | 0 | 2A | 8 | 6 | 137 | 4C | 4A |
| Octal | 357 | 212 | 334 | 0 | 52 | 10 | 6 | 467 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11011100 | 0 | 101010 | 1000 | 110 | 100110111 | 1001100 | 1001010 |
Color Harmonies of #EF8ADC
Complementary color
Monochromatic Colors of #EF8ADC
Black with #EF8ADC
Text Example
Text Example
White with #EF8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ADC; }
p { color: rgb(239,138,220); }
H1.HeaderClassName
{
color: #EF8ADC;
}
.AnyTagClassName
{
color: #EF8ADC;
}
</style>
background-color css
<style>
a { background-color: #EF8ADC; }
a { background-color: rgb(239,138,220); }
div.DivClassName
{
background-color: #EF8ADC;
}
.BgClassName
{
background-color: #EF8ADC;
}
</style>
border-color css
<style>
span { border-color: #EF8ADC; }
span { border-color: rgb(239,138,220); }
td.TdClassName
{
border-color: #EF8ADC;
}
.TagClassName
{
border-color: #EF8ADC;
}
</style>