Shades of Pale Magenta #EF80DB
Tints of Pale Magenta #EF80DB
RGB
CMYK
RGB Variations
Color information
#EF80DB (or 0xEF80DB) is known color: Pale Magenta. HEX triplet: EF, 80 and DB. RGB value is (239,128,219). Sum of RGB (Red+Green+Blue) = 239+128+219=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80DB is #107F24. Grayscale: #ABABAB. Windows color (decimal): -1081125 or 14385391. OLE color: 14385391.
HSL color Cylindrical-coordinate representation of color #EF80DB: hue angle of 310.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80DB is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 219 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.06 |
| HSL | 310.81º | 0.78% | 0.72% | - |
| HSV(B) | 310.81º | 0.46% | 0.94% | - |
| XYZ | 56.1 | 38.9 | 71.57 | - |
| YUV | 171.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 219 | 0 | 0.46 | 0.08 | 0.06 | 310.81 | 0.78 | 0.72 |
| Hex | EF | 80 | DB | 0 | 2E | 8 | 6 | 137 | 4E | 48 |
| Octal | 357 | 200 | 333 | 0 | 56 | 10 | 6 | 467 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11011011 | 0 | 101110 | 1000 | 110 | 100110111 | 1001110 | 1001000 |
Color Harmonies of #EF80DB
Complementary color
Monochromatic Colors of #EF80DB
Black with #EF80DB
Text Example
Text Example
White with #EF80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80DB; }
p { color: rgb(239,128,219); }
H1.HeaderClassName
{
color: #EF80DB;
}
.AnyTagClassName
{
color: #EF80DB;
}
</style>
background-color css
<style>
a { background-color: #EF80DB; }
a { background-color: rgb(239,128,219); }
div.DivClassName
{
background-color: #EF80DB;
}
.BgClassName
{
background-color: #EF80DB;
}
</style>
border-color css
<style>
span { border-color: #EF80DB; }
span { border-color: rgb(239,128,219); }
td.TdClassName
{
border-color: #EF80DB;
}
.TagClassName
{
border-color: #EF80DB;
}
</style>