Shades of Pale Magenta #EF8BDD
Tints of Pale Magenta #EF8BDD
RGB
CMYK
RGB Variations
Color information
#EF8BDD (or 0xEF8BDD) is known color: Pale Magenta. HEX triplet: EF, 8B and DD. RGB value is (239,139,221). Sum of RGB (Red+Green+Blue) = 239+139+221=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BDD is #107422. Grayscale: #B2B2B2. Windows color (decimal): -1078307 or 14519279. OLE color: 14519279.
HSL color Cylindrical-coordinate representation of color #EF8BDD: hue angle of 310.8º 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 #EF8BDD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 221 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 310.8º | 0.76% | 0.74% | - |
| HSV(B) | 310.8º | 0.42% | 0.94% | - |
| XYZ | 57.88 | 42.04 | 73.47 | - |
| YUV | 178.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 221 | 0 | 0.42 | 0.08 | 0.06 | 310.8 | 0.76 | 0.74 |
| Hex | EF | 8B | DD | 0 | 2A | 8 | 6 | 137 | 4C | 4A |
| Octal | 357 | 213 | 335 | 0 | 52 | 10 | 6 | 467 | 114 | 112 |
| Binary | 11101111 | 10001011 | 11011101 | 0 | 101010 | 1000 | 110 | 100110111 | 1001100 | 1001010 |
Color Harmonies of #EF8BDD
Complementary color
Monochromatic Colors of #EF8BDD
Black with #EF8BDD
Text Example
Text Example
White with #EF8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8BDD; }
p { color: rgb(239,139,221); }
H1.HeaderClassName
{
color: #EF8BDD;
}
.AnyTagClassName
{
color: #EF8BDD;
}
</style>
background-color css
<style>
a { background-color: #EF8BDD; }
a { background-color: rgb(239,139,221); }
div.DivClassName
{
background-color: #EF8BDD;
}
.BgClassName
{
background-color: #EF8BDD;
}
</style>
border-color css
<style>
span { border-color: #EF8BDD; }
span { border-color: rgb(239,139,221); }
td.TdClassName
{
border-color: #EF8BDD;
}
.TagClassName
{
border-color: #EF8BDD;
}
</style>