Shades of Pale Magenta #EF91D8
Tints of Pale Magenta #EF91D8
RGB
CMYK
RGB Variations
Color information
#EF91D8 (or 0xEF91D8) is known color: Pale Magenta. HEX triplet: EF, 91 and D8. RGB value is (239,145,216). Sum of RGB (Red+Green+Blue) = 239+145+216=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91D8 is #106E27. Grayscale: #B5B5B5. Windows color (decimal): -1076776 or 14193135. OLE color: 14193135.
HSL color Cylindrical-coordinate representation of color #EF91D8: hue angle of 314.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91D8 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 216 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.06 |
| HSL | 314.68º | 0.75% | 0.75% | - |
| HSV(B) | 314.68º | 0.39% | 0.94% | - |
| XYZ | 58.12 | 43.56 | 70.31 | - |
| YUV | 181.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 216 | 0 | 0.39 | 0.10 | 0.06 | 314.68 | 0.75 | 0.75 |
| Hex | EF | 91 | D8 | 0 | 27 | A | 6 | 13B | 4B | 4B |
| Octal | 357 | 221 | 330 | 0 | 47 | 12 | 6 | 473 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11011000 | 0 | 100111 | 1010 | 110 | 100111011 | 1001011 | 1001011 |
Color Harmonies of #EF91D8
Complementary color
Monochromatic Colors of #EF91D8
Black with #EF91D8
Text Example
Text Example
White with #EF91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91D8; }
p { color: rgb(239,145,216); }
H1.HeaderClassName
{
color: #EF91D8;
}
.AnyTagClassName
{
color: #EF91D8;
}
</style>
background-color css
<style>
a { background-color: #EF91D8; }
a { background-color: rgb(239,145,216); }
div.DivClassName
{
background-color: #EF91D8;
}
.BgClassName
{
background-color: #EF91D8;
}
</style>
border-color css
<style>
span { border-color: #EF91D8; }
span { border-color: rgb(239,145,216); }
td.TdClassName
{
border-color: #EF91D8;
}
.TagClassName
{
border-color: #EF91D8;
}
</style>