Shades of Pale Magenta #EF7FD2
Tints of Pale Magenta #EF7FD2
RGB
CMYK
RGB Variations
Color information
#EF7FD2 (or 0xEF7FD2) is known color: Pale Magenta. HEX triplet: EF, 7F and D2. RGB value is (239,127,210). Sum of RGB (Red+Green+Blue) = 239+127+210=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FD2 is #10802D. Grayscale: #A9A9A9. Windows color (decimal): -1081390 or 13795311. OLE color: 13795311.
HSL color Cylindrical-coordinate representation of color #EF7FD2: hue angle of 315.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FD2 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 210 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.06 |
| HSL | 315.54º | 0.78% | 0.72% | - |
| HSV(B) | 315.54º | 0.47% | 0.94% | - |
| XYZ | 54.82 | 38.18 | 65.45 | - |
| YUV | 169.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 210 | 0 | 0.47 | 0.12 | 0.06 | 315.54 | 0.78 | 0.72 |
| Hex | EF | 7F | D2 | 0 | 2F | C | 6 | 13C | 4E | 48 |
| Octal | 357 | 177 | 322 | 0 | 57 | 14 | 6 | 474 | 116 | 110 |
| Binary | 11101111 | 1111111 | 11010010 | 0 | 101111 | 1100 | 110 | 100111100 | 1001110 | 1001000 |
Color Harmonies of #EF7FD2
Complementary color
Monochromatic Colors of #EF7FD2
Black with #EF7FD2
Text Example
Text Example
White with #EF7FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7FD2; }
p { color: rgb(239,127,210); }
H1.HeaderClassName
{
color: #EF7FD2;
}
.AnyTagClassName
{
color: #EF7FD2;
}
</style>
background-color css
<style>
a { background-color: #EF7FD2; }
a { background-color: rgb(239,127,210); }
div.DivClassName
{
background-color: #EF7FD2;
}
.BgClassName
{
background-color: #EF7FD2;
}
</style>
border-color css
<style>
span { border-color: #EF7FD2; }
span { border-color: rgb(239,127,210); }
td.TdClassName
{
border-color: #EF7FD2;
}
.TagClassName
{
border-color: #EF7FD2;
}
</style>