Shades of Pale Magenta #EF8DD4
Tints of Pale Magenta #EF8DD4
RGB
CMYK
RGB Variations
Color information
#EF8DD4 (or 0xEF8DD4) is known color: Pale Magenta. HEX triplet: EF, 8D and D4. RGB value is (239,141,212). Sum of RGB (Red+Green+Blue) = 239+141+212=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD4 is #10722B. Grayscale: #B2B2B2. Windows color (decimal): -1077804 or 13929967. OLE color: 13929967.
HSL color Cylindrical-coordinate representation of color #EF8DD4: hue angle of 316.53º 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 #EF8DD4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 212 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.06 |
| HSL | 316.53º | 0.75% | 0.75% | - |
| HSV(B) | 316.53º | 0.41% | 0.94% | - |
| XYZ | 57.01 | 42.15 | 67.42 | - |
| YUV | 178.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 212 | 0 | 0.41 | 0.11 | 0.06 | 316.53 | 0.75 | 0.75 |
| Hex | EF | 8D | D4 | 0 | 29 | B | 6 | 13D | 4B | 4B |
| Octal | 357 | 215 | 324 | 0 | 51 | 13 | 6 | 475 | 113 | 113 |
| Binary | 11101111 | 10001101 | 11010100 | 0 | 101001 | 1011 | 110 | 100111101 | 1001011 | 1001011 |
Color Harmonies of #EF8DD4
Complementary color
Monochromatic Colors of #EF8DD4
Black with #EF8DD4
Text Example
Text Example
White with #EF8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8DD4; }
p { color: rgb(239,141,212); }
H1.HeaderClassName
{
color: #EF8DD4;
}
.AnyTagClassName
{
color: #EF8DD4;
}
</style>
background-color css
<style>
a { background-color: #EF8DD4; }
a { background-color: rgb(239,141,212); }
div.DivClassName
{
background-color: #EF8DD4;
}
.BgClassName
{
background-color: #EF8DD4;
}
</style>
border-color css
<style>
span { border-color: #EF8DD4; }
span { border-color: rgb(239,141,212); }
td.TdClassName
{
border-color: #EF8DD4;
}
.TagClassName
{
border-color: #EF8DD4;
}
</style>