Shades of Pale Magenta #EF7ADD
Tints of Pale Magenta #EF7ADD
RGB
CMYK
RGB Variations
Color information
#EF7ADD (or 0xEF7ADD) is known color: Pale Magenta. HEX triplet: EF, 7A and DD. RGB value is (239,122,221). Sum of RGB (Red+Green+Blue) = 239+122+221=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ADD is #108522. Grayscale: #A7A7A7. Windows color (decimal): -1082659 or 14514927. OLE color: 14514927.
HSL color Cylindrical-coordinate representation of color #EF7ADD: hue angle of 309.23º 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 #EF7ADD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 221 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 309.23º | 0.79% | 0.71% | - |
| HSV(B) | 309.23º | 0.49% | 0.94% | - |
| XYZ | 55.61 | 37.49 | 72.71 | - |
| YUV | 168.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 221 | 0 | 0.49 | 0.08 | 0.06 | 309.23 | 0.79 | 0.71 |
| Hex | EF | 7A | DD | 0 | 31 | 8 | 6 | 135 | 4F | 47 |
| Octal | 357 | 172 | 335 | 0 | 61 | 10 | 6 | 465 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11011101 | 0 | 110001 | 1000 | 110 | 100110101 | 1001111 | 1000111 |
Color Harmonies of #EF7ADD
Complementary color
Monochromatic Colors of #EF7ADD
Black with #EF7ADD
Text Example
Text Example
White with #EF7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ADD; }
p { color: rgb(239,122,221); }
H1.HeaderClassName
{
color: #EF7ADD;
}
.AnyTagClassName
{
color: #EF7ADD;
}
</style>
background-color css
<style>
a { background-color: #EF7ADD; }
a { background-color: rgb(239,122,221); }
div.DivClassName
{
background-color: #EF7ADD;
}
.BgClassName
{
background-color: #EF7ADD;
}
</style>
border-color css
<style>
span { border-color: #EF7ADD; }
span { border-color: rgb(239,122,221); }
td.TdClassName
{
border-color: #EF7ADD;
}
.TagClassName
{
border-color: #EF7ADD;
}
</style>