Shades of Pale Magenta #EF73DB
Tints of Pale Magenta #EF73DB
RGB
CMYK
RGB Variations
Color information
#EF73DB (or 0xEF73DB) is known color: Pale Magenta. HEX triplet: EF, 73 and DB. RGB value is (239,115,219). Sum of RGB (Red+Green+Blue) = 239+115+219=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73DB is #108C24. Grayscale: #A3A3A3. Windows color (decimal): -1084453 or 14382063. OLE color: 14382063.
HSL color Cylindrical-coordinate representation of color #EF73DB: hue angle of 309.68º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73DB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 219 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 309.68º | 0.79% | 0.69% | - |
| HSV(B) | 309.68º | 0.52% | 0.94% | - |
| XYZ | 54.51 | 35.73 | 71.04 | - |
| YUV | 163.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 219 | 0 | 0.52 | 0.08 | 0.06 | 309.68 | 0.79 | 0.69 |
| Hex | EF | 73 | DB | 0 | 34 | 8 | 6 | 136 | 4F | 45 |
| Octal | 357 | 163 | 333 | 0 | 64 | 10 | 6 | 466 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11011011 | 0 | 110100 | 1000 | 110 | 100110110 | 1001111 | 1000101 |
Color Harmonies of #EF73DB
Complementary color
Monochromatic Colors of #EF73DB
Black with #EF73DB
Text Example
Text Example
White with #EF73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73DB; }
p { color: rgb(239,115,219); }
H1.HeaderClassName
{
color: #EF73DB;
}
.AnyTagClassName
{
color: #EF73DB;
}
</style>
background-color css
<style>
a { background-color: #EF73DB; }
a { background-color: rgb(239,115,219); }
div.DivClassName
{
background-color: #EF73DB;
}
.BgClassName
{
background-color: #EF73DB;
}
</style>
border-color css
<style>
span { border-color: #EF73DB; }
span { border-color: rgb(239,115,219); }
td.TdClassName
{
border-color: #EF73DB;
}
.TagClassName
{
border-color: #EF73DB;
}
</style>