Shades of Pale Magenta #EF8ADE
Tints of Pale Magenta #EF8ADE
RGB
CMYK
RGB Variations
Color information
#EF8ADE (or 0xEF8ADE) is known color: Pale Magenta. HEX triplet: EF, 8A and DE. RGB value is (239,138,222). Sum of RGB (Red+Green+Blue) = 239+138+222=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ADE is #107521. Grayscale: #B1B1B1. Windows color (decimal): -1078562 or 14584559. OLE color: 14584559.
HSL color Cylindrical-coordinate representation of color #EF8ADE: hue angle of 310.1º 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 #EF8ADE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 222 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.06 |
| HSL | 310.1º | 0.76% | 0.74% | - |
| HSV(B) | 310.1º | 0.42% | 0.94% | - |
| XYZ | 57.87 | 41.8 | 74.13 | - |
| YUV | 177.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 222 | 0 | 0.42 | 0.07 | 0.06 | 310.1 | 0.76 | 0.74 |
| Hex | EF | 8A | DE | 0 | 2A | 7 | 6 | 136 | 4C | 4A |
| Octal | 357 | 212 | 336 | 0 | 52 | 7 | 6 | 466 | 114 | 112 |
| Binary | 11101111 | 10001010 | 11011110 | 0 | 101010 | 111 | 110 | 100110110 | 1001100 | 1001010 |
Color Harmonies of #EF8ADE
Complementary color
Monochromatic Colors of #EF8ADE
Black with #EF8ADE
Text Example
Text Example
White with #EF8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8ADE; }
p { color: rgb(239,138,222); }
H1.HeaderClassName
{
color: #EF8ADE;
}
.AnyTagClassName
{
color: #EF8ADE;
}
</style>
background-color css
<style>
a { background-color: #EF8ADE; }
a { background-color: rgb(239,138,222); }
div.DivClassName
{
background-color: #EF8ADE;
}
.BgClassName
{
background-color: #EF8ADE;
}
</style>
border-color css
<style>
span { border-color: #EF8ADE; }
span { border-color: rgb(239,138,222); }
td.TdClassName
{
border-color: #EF8ADE;
}
.TagClassName
{
border-color: #EF8ADE;
}
</style>