Shades of Pale Magenta #EF8ADA
Tints of Pale Magenta #EF8ADA
RGB
CMYK
RGB Variations
Color information
#EF8ADA (or 0xEF8ADA) is known color: Pale Magenta. HEX triplet: EF, 8A and DA. RGB value is (239,138,218). Sum of RGB (Red+Green+Blue) = 239+138+218=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ADA is #107525. Grayscale: #B1B1B1. Windows color (decimal): -1078566 or 14322415. OLE color: 14322415.
HSL color Cylindrical-coordinate representation of color #EF8ADA: hue angle of 312.48º 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 #EF8ADA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 218 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.06 |
| HSL | 312.48º | 0.76% | 0.74% | - |
| HSV(B) | 312.48º | 0.42% | 0.94% | - |
| XYZ | 57.34 | 41.59 | 71.34 | - |
| YUV | 177.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 218 | 0 | 0.42 | 0.09 | 0.06 | 312.48 | 0.76 | 0.74 |
| Hex | EF | 8A | DA | 0 | 2A | 9 | 6 | 138 | 4C | 4A |
| Octal | 357 | 212 | 332 | 0 | 52 | 11 | 6 | 470 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11011010 | 0 | 101010 | 1001 | 110 | 100111000 | 1001100 | 1001010 |
Color Harmonies of #EF8ADA
Complementary color
Monochromatic Colors of #EF8ADA
Black with #EF8ADA
Text Example
Text Example
White with #EF8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ADA; }
p { color: rgb(239,138,218); }
H1.HeaderClassName
{
color: #EF8ADA;
}
.AnyTagClassName
{
color: #EF8ADA;
}
</style>
background-color css
<style>
a { background-color: #EF8ADA; }
a { background-color: rgb(239,138,218); }
div.DivClassName
{
background-color: #EF8ADA;
}
.BgClassName
{
background-color: #EF8ADA;
}
</style>
border-color css
<style>
span { border-color: #EF8ADA; }
span { border-color: rgb(239,138,218); }
td.TdClassName
{
border-color: #EF8ADA;
}
.TagClassName
{
border-color: #EF8ADA;
}
</style>