Shades of Pale Magenta #EF7ADC
Tints of Pale Magenta #EF7ADC
RGB
CMYK
RGB Variations
Color information
#EF7ADC (or 0xEF7ADC) is known color: Pale Magenta. HEX triplet: EF, 7A and DC. RGB value is (239,122,220). Sum of RGB (Red+Green+Blue) = 239+122+220=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ADC is #108523. Grayscale: #A7A7A7. Windows color (decimal): -1082660 or 14449391. OLE color: 14449391.
HSL color Cylindrical-coordinate representation of color #EF7ADC: hue angle of 309.74º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ADC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 220 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 309.74º | 0.79% | 0.71% | - |
| HSV(B) | 309.74º | 0.49% | 0.94% | - |
| XYZ | 55.47 | 37.44 | 72.01 | - |
| YUV | 168.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 220 | 0 | 0.49 | 0.08 | 0.06 | 309.74 | 0.79 | 0.71 |
| Hex | EF | 7A | DC | 0 | 31 | 8 | 6 | 136 | 4F | 47 |
| Octal | 357 | 172 | 334 | 0 | 61 | 10 | 6 | 466 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11011100 | 0 | 110001 | 1000 | 110 | 100110110 | 1001111 | 1000111 |
Color Harmonies of #EF7ADC
Complementary color
Monochromatic Colors of #EF7ADC
Black with #EF7ADC
Text Example
Text Example
White with #EF7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ADC; }
p { color: rgb(239,122,220); }
H1.HeaderClassName
{
color: #EF7ADC;
}
.AnyTagClassName
{
color: #EF7ADC;
}
</style>
background-color css
<style>
a { background-color: #EF7ADC; }
a { background-color: rgb(239,122,220); }
div.DivClassName
{
background-color: #EF7ADC;
}
.BgClassName
{
background-color: #EF7ADC;
}
</style>
border-color css
<style>
span { border-color: #EF7ADC; }
span { border-color: rgb(239,122,220); }
td.TdClassName
{
border-color: #EF7ADC;
}
.TagClassName
{
border-color: #EF7ADC;
}
</style>