Shades of Pale Magenta #EF73DD
Tints of Pale Magenta #EF73DD
RGB
CMYK
RGB Variations
Color information
#EF73DD (or 0xEF73DD) is known color: Pale Magenta. HEX triplet: EF, 73 and DD. RGB value is (239,115,221). Sum of RGB (Red+Green+Blue) = 239+115+221=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73DD is #108C22. Grayscale: #A3A3A3. Windows color (decimal): -1084451 or 14513135. OLE color: 14513135.
HSL color Cylindrical-coordinate representation of color #EF73DD: hue angle of 308.71º 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 #EF73DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 221 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.06 |
| HSL | 308.71º | 0.79% | 0.69% | - |
| HSV(B) | 308.71º | 0.52% | 0.94% | - |
| XYZ | 54.78 | 35.83 | 72.44 | - |
| YUV | 164.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 221 | 0 | 0.52 | 0.08 | 0.06 | 308.71 | 0.79 | 0.69 |
| Hex | EF | 73 | DD | 0 | 34 | 8 | 6 | 135 | 4F | 45 |
| Octal | 357 | 163 | 335 | 0 | 64 | 10 | 6 | 465 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11011101 | 0 | 110100 | 1000 | 110 | 100110101 | 1001111 | 1000101 |
Color Harmonies of #EF73DD
Complementary color
Monochromatic Colors of #EF73DD
Black with #EF73DD
Text Example
Text Example
White with #EF73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73DD; }
p { color: rgb(239,115,221); }
H1.HeaderClassName
{
color: #EF73DD;
}
.AnyTagClassName
{
color: #EF73DD;
}
</style>
background-color css
<style>
a { background-color: #EF73DD; }
a { background-color: rgb(239,115,221); }
div.DivClassName
{
background-color: #EF73DD;
}
.BgClassName
{
background-color: #EF73DD;
}
</style>
border-color css
<style>
span { border-color: #EF73DD; }
span { border-color: rgb(239,115,221); }
td.TdClassName
{
border-color: #EF73DD;
}
.TagClassName
{
border-color: #EF73DD;
}
</style>