Shades of Pale Magenta #EF8DD3
Tints of Pale Magenta #EF8DD3
RGB
CMYK
RGB Variations
Color information
#EF8DD3 (or 0xEF8DD3) is known color: Pale Magenta. HEX triplet: EF, 8D and D3. RGB value is (239,141,211). Sum of RGB (Red+Green+Blue) = 239+141+211=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD3 is #10722C. Grayscale: #B2B2B2. Windows color (decimal): -1077805 or 13864431. OLE color: 13864431.
HSL color Cylindrical-coordinate representation of color #EF8DD3: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DD3 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 211 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.06 |
| HSL | 317.14º | 0.75% | 0.75% | - |
| HSV(B) | 317.14º | 0.41% | 0.94% | - |
| XYZ | 56.88 | 42.1 | 66.76 | - |
| YUV | 178.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 211 | 0 | 0.41 | 0.12 | 0.06 | 317.14 | 0.75 | 0.75 |
| Hex | EF | 8D | D3 | 0 | 29 | C | 6 | 13D | 4B | 4B |
| Octal | 357 | 215 | 323 | 0 | 51 | 14 | 6 | 475 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11010011 | 0 | 101001 | 1100 | 110 | 100111101 | 1001011 | 1001011 |
Color Harmonies of #EF8DD3
Complementary color
Monochromatic Colors of #EF8DD3
Black with #EF8DD3
Text Example
Text Example
White with #EF8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DD3; }
p { color: rgb(239,141,211); }
H1.HeaderClassName
{
color: #EF8DD3;
}
.AnyTagClassName
{
color: #EF8DD3;
}
</style>
background-color css
<style>
a { background-color: #EF8DD3; }
a { background-color: rgb(239,141,211); }
div.DivClassName
{
background-color: #EF8DD3;
}
.BgClassName
{
background-color: #EF8DD3;
}
</style>
border-color css
<style>
span { border-color: #EF8DD3; }
span { border-color: rgb(239,141,211); }
td.TdClassName
{
border-color: #EF8DD3;
}
.TagClassName
{
border-color: #EF8DD3;
}
</style>