Shades of Pale Magenta #EF92DB
Tints of Pale Magenta #EF92DB
RGB
CMYK
RGB Variations
Color information
#EF92DB (or 0xEF92DB) is known color: Pale Magenta. HEX triplet: EF, 92 and DB. RGB value is (239,146,219). Sum of RGB (Red+Green+Blue) = 239+146+219=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92DB is #106D24. Grayscale: #B5B5B5. Windows color (decimal): -1076517 or 14389999. OLE color: 14389999.
HSL color Cylindrical-coordinate representation of color #EF92DB: hue angle of 312.9º degrees, saturation: 0.74, 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 #EF92DB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 219 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.06 |
| HSL | 312.9º | 0.74% | 0.75% | - |
| HSV(B) | 312.9º | 0.39% | 0.94% | - |
| XYZ | 58.66 | 44.02 | 72.42 | - |
| YUV | 182.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 219 | 0 | 0.39 | 0.08 | 0.06 | 312.9 | 0.74 | 0.75 |
| Hex | EF | 92 | DB | 0 | 27 | 8 | 6 | 139 | 4A | 4B |
| Octal | 357 | 222 | 333 | 0 | 47 | 10 | 6 | 471 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11011011 | 0 | 100111 | 1000 | 110 | 100111001 | 1001010 | 1001011 |
Color Harmonies of #EF92DB
Complementary color
Monochromatic Colors of #EF92DB
Black with #EF92DB
Text Example
Text Example
White with #EF92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92DB; }
p { color: rgb(239,146,219); }
H1.HeaderClassName
{
color: #EF92DB;
}
.AnyTagClassName
{
color: #EF92DB;
}
</style>
background-color css
<style>
a { background-color: #EF92DB; }
a { background-color: rgb(239,146,219); }
div.DivClassName
{
background-color: #EF92DB;
}
.BgClassName
{
background-color: #EF92DB;
}
</style>
border-color css
<style>
span { border-color: #EF92DB; }
span { border-color: rgb(239,146,219); }
td.TdClassName
{
border-color: #EF92DB;
}
.TagClassName
{
border-color: #EF92DB;
}
</style>