Shades of Pale Magenta #EF73DC
Tints of Pale Magenta #EF73DC
RGB
CMYK
RGB Variations
Color information
#EF73DC (or 0xEF73DC) is known color: Pale Magenta. HEX triplet: EF, 73 and DC. RGB value is (239,115,220). Sum of RGB (Red+Green+Blue) = 239+115+220=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73DC is #108C23. Grayscale: #A3A3A3. Windows color (decimal): -1084452 or 14447599. OLE color: 14447599.
HSL color Cylindrical-coordinate representation of color #EF73DC: hue angle of 309.19º 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 #EF73DC is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 220 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 309.19º | 0.79% | 0.69% | - |
| HSV(B) | 309.19º | 0.52% | 0.94% | - |
| XYZ | 54.65 | 35.78 | 71.74 | - |
| YUV | 164.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 220 | 0 | 0.52 | 0.08 | 0.06 | 309.19 | 0.79 | 0.69 |
| Hex | EF | 73 | DC | 0 | 34 | 8 | 6 | 135 | 4F | 45 |
| Octal | 357 | 163 | 334 | 0 | 64 | 10 | 6 | 465 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11011100 | 0 | 110100 | 1000 | 110 | 100110101 | 1001111 | 1000101 |
Color Harmonies of #EF73DC
Complementary color
Monochromatic Colors of #EF73DC
Black with #EF73DC
Text Example
Text Example
White with #EF73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73DC; }
p { color: rgb(239,115,220); }
H1.HeaderClassName
{
color: #EF73DC;
}
.AnyTagClassName
{
color: #EF73DC;
}
</style>
background-color css
<style>
a { background-color: #EF73DC; }
a { background-color: rgb(239,115,220); }
div.DivClassName
{
background-color: #EF73DC;
}
.BgClassName
{
background-color: #EF73DC;
}
</style>
border-color css
<style>
span { border-color: #EF73DC; }
span { border-color: rgb(239,115,220); }
td.TdClassName
{
border-color: #EF73DC;
}
.TagClassName
{
border-color: #EF73DC;
}
</style>