Shades of Pale Magenta #EF73DA
Tints of Pale Magenta #EF73DA
RGB
CMYK
RGB Variations
Color information
#EF73DA (or 0xEF73DA) is known color: Pale Magenta. HEX triplet: EF, 73 and DA. RGB value is (239,115,218). Sum of RGB (Red+Green+Blue) = 239+115+218=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73DA is #108C25. Grayscale: #A3A3A3. Windows color (decimal): -1084454 or 14316527. OLE color: 14316527.
HSL color Cylindrical-coordinate representation of color #EF73DA: hue angle of 310.16º 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 #EF73DA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 218 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.06 |
| HSL | 310.16º | 0.79% | 0.69% | - |
| HSV(B) | 310.16º | 0.52% | 0.94% | - |
| XYZ | 54.38 | 35.67 | 70.35 | - |
| YUV | 163.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 218 | 0 | 0.52 | 0.09 | 0.06 | 310.16 | 0.79 | 0.69 |
| Hex | EF | 73 | DA | 0 | 34 | 9 | 6 | 136 | 4F | 45 |
| Octal | 357 | 163 | 332 | 0 | 64 | 11 | 6 | 466 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11011010 | 0 | 110100 | 1001 | 110 | 100110110 | 1001111 | 1000101 |
Color Harmonies of #EF73DA
Complementary color
Monochromatic Colors of #EF73DA
Black with #EF73DA
Text Example
Text Example
White with #EF73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73DA; }
p { color: rgb(239,115,218); }
H1.HeaderClassName
{
color: #EF73DA;
}
.AnyTagClassName
{
color: #EF73DA;
}
</style>
background-color css
<style>
a { background-color: #EF73DA; }
a { background-color: rgb(239,115,218); }
div.DivClassName
{
background-color: #EF73DA;
}
.BgClassName
{
background-color: #EF73DA;
}
</style>
border-color css
<style>
span { border-color: #EF73DA; }
span { border-color: rgb(239,115,218); }
td.TdClassName
{
border-color: #EF73DA;
}
.TagClassName
{
border-color: #EF73DA;
}
</style>