Shades of Pale Magenta #EF7ADB
Tints of Pale Magenta #EF7ADB
RGB
CMYK
RGB Variations
Color information
#EF7ADB (or 0xEF7ADB) is known color: Pale Magenta. HEX triplet: EF, 7A and DB. RGB value is (239,122,219). Sum of RGB (Red+Green+Blue) = 239+122+219=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ADB is #108524. Grayscale: #A7A7A7. Windows color (decimal): -1082661 or 14383855. OLE color: 14383855.
HSL color Cylindrical-coordinate representation of color #EF7ADB: hue angle of 310.26º 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 #EF7ADB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 219 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.06 |
| HSL | 310.26º | 0.79% | 0.71% | - |
| HSV(B) | 310.26º | 0.49% | 0.94% | - |
| XYZ | 55.34 | 37.38 | 71.32 | - |
| YUV | 168.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 219 | 0 | 0.49 | 0.08 | 0.06 | 310.26 | 0.79 | 0.71 |
| Hex | EF | 7A | DB | 0 | 31 | 8 | 6 | 136 | 4F | 47 |
| Octal | 357 | 172 | 333 | 0 | 61 | 10 | 6 | 466 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11011011 | 0 | 110001 | 1000 | 110 | 100110110 | 1001111 | 1000111 |
Color Harmonies of #EF7ADB
Complementary color
Monochromatic Colors of #EF7ADB
Black with #EF7ADB
Text Example
Text Example
White with #EF7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ADB; }
p { color: rgb(239,122,219); }
H1.HeaderClassName
{
color: #EF7ADB;
}
.AnyTagClassName
{
color: #EF7ADB;
}
</style>
background-color css
<style>
a { background-color: #EF7ADB; }
a { background-color: rgb(239,122,219); }
div.DivClassName
{
background-color: #EF7ADB;
}
.BgClassName
{
background-color: #EF7ADB;
}
</style>
border-color css
<style>
span { border-color: #EF7ADB; }
span { border-color: rgb(239,122,219); }
td.TdClassName
{
border-color: #EF7ADB;
}
.TagClassName
{
border-color: #EF7ADB;
}
</style>