Shades of Pale Magenta #EF84DB
Tints of Pale Magenta #EF84DB
RGB
CMYK
RGB Variations
Color information
#EF84DB (or 0xEF84DB) is known color: Pale Magenta. HEX triplet: EF, 84 and DB. RGB value is (239,132,219). Sum of RGB (Red+Green+Blue) = 239+132+219=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84DB is #107B24. Grayscale: #ADADAD. Windows color (decimal): -1080101 or 14386415. OLE color: 14386415.
HSL color Cylindrical-coordinate representation of color #EF84DB: hue angle of 311.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84DB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 132 | 219 | - |
CMYK | 0 | 0.45 | 0.08 | 0.06 |
HSL | 311.22º | 0.77% | 0.73% | - |
HSV(B) | 311.22º | 0.45% | 0.94% | - |
XYZ | 56.63 | 39.97 | 71.75 | - |
YUV | 173.91 | 153.45 | 174.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 132 | 219 | 0 | 0.45 | 0.08 | 0.06 | 311.22 | 0.77 | 0.73 |
Hex | EF | 84 | DB | 0 | 2D | 8 | 6 | 137 | 4D | 49 |
Octal | 357 | 204 | 333 | 0 | 55 | 10 | 6 | 467 | 115 | 111 |
Binary | 11101111 | 10000100 | 11011011 | 0 | 101101 | 1000 | 110 | 100110111 | 1001101 | 1001001 |
Color Harmonies of #EF84DB
Complementary color
Monochromatic Colors of #EF84DB
Black with #EF84DB
Text Example
Text Example
White with #EF84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF84DB; }
p { color: rgb(239,132,219); }
H1.HeaderClassName
{
color: #EF84DB;
}
.AnyTagClassName
{
color: #EF84DB;
}
</style>
background-color css
<style>
a { background-color: #EF84DB; }
a { background-color: rgb(239,132,219); }
div.DivClassName
{
background-color: #EF84DB;
}
.BgClassName
{
background-color: #EF84DB;
}
</style>
border-color css
<style>
span { border-color: #EF84DB; }
span { border-color: rgb(239,132,219); }
td.TdClassName
{
border-color: #EF84DB;
}
.TagClassName
{
border-color: #EF84DB;
}
</style>