Shades of Pale Magenta #EF90DB
Tints of Pale Magenta #EF90DB
RGB
CMYK
RGB Variations
Color information
#EF90DB (or 0xEF90DB) is known color: Pale Magenta. HEX triplet: EF, 90 and DB. RGB value is (239,144,219). Sum of RGB (Red+Green+Blue) = 239+144+219=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90DB is #106F24. Grayscale: #B4B4B4. Windows color (decimal): -1077029 or 14389487. OLE color: 14389487.
HSL color Cylindrical-coordinate representation of color #EF90DB: hue angle of 312.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90DB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 219 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.06 |
| HSL | 312.63º | 0.75% | 0.75% | - |
| HSV(B) | 312.63º | 0.4% | 0.94% | - |
| XYZ | 58.36 | 43.41 | 72.32 | - |
| YUV | 180.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 219 | 0 | 0.40 | 0.08 | 0.06 | 312.63 | 0.75 | 0.75 |
| Hex | EF | 90 | DB | 0 | 28 | 8 | 6 | 139 | 4B | 4B |
| Octal | 357 | 220 | 333 | 0 | 50 | 10 | 6 | 471 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11011011 | 0 | 101000 | 1000 | 110 | 100111001 | 1001011 | 1001011 |
Color Harmonies of #EF90DB
Complementary color
Monochromatic Colors of #EF90DB
Black with #EF90DB
Text Example
Text Example
White with #EF90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90DB; }
p { color: rgb(239,144,219); }
H1.HeaderClassName
{
color: #EF90DB;
}
.AnyTagClassName
{
color: #EF90DB;
}
</style>
background-color css
<style>
a { background-color: #EF90DB; }
a { background-color: rgb(239,144,219); }
div.DivClassName
{
background-color: #EF90DB;
}
.BgClassName
{
background-color: #EF90DB;
}
</style>
border-color css
<style>
span { border-color: #EF90DB; }
span { border-color: rgb(239,144,219); }
td.TdClassName
{
border-color: #EF90DB;
}
.TagClassName
{
border-color: #EF90DB;
}
</style>