Shades of Pale Magenta #EF77E3
Tints of Pale Magenta #EF77E3
RGB
CMYK
RGB Variations
Color information
#EF77E3 (or 0xEF77E3) is known color: Pale Magenta. HEX triplet: EF, 77 and E3. RGB value is (239,119,227). Sum of RGB (Red+Green+Blue) = 239+119+227=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF77E3 is #10881C. Grayscale: #A6A6A6. Windows color (decimal): -1083421 or 14907375. OLE color: 14907375.
HSL color Cylindrical-coordinate representation of color #EF77E3: hue angle of 306º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77E3 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 227 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.06 |
| HSL | 306º | 0.79% | 0.7% | - |
| HSV(B) | 306º | 0.5% | 0.94% | - |
| XYZ | 56.06 | 37.09 | 76.88 | - |
| YUV | 167.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 227 | 0 | 0.50 | 0.05 | 0.06 | 306 | 0.79 | 0.7 |
| Hex | EF | 77 | E3 | 0 | 32 | 5 | 6 | 132 | 4F | 46 |
| Octal | 357 | 167 | 343 | 0 | 62 | 5 | 6 | 462 | 117 | 106 |
| Binary | 11101111 | 1110111 | 11100011 | 0 | 110010 | 101 | 110 | 100110010 | 1001111 | 1000110 |
Color Harmonies of #EF77E3
Complementary color
Monochromatic Colors of #EF77E3
Black with #EF77E3
Text Example
Text Example
White with #EF77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF77E3; }
p { color: rgb(239,119,227); }
H1.HeaderClassName
{
color: #EF77E3;
}
.AnyTagClassName
{
color: #EF77E3;
}
</style>
background-color css
<style>
a { background-color: #EF77E3; }
a { background-color: rgb(239,119,227); }
div.DivClassName
{
background-color: #EF77E3;
}
.BgClassName
{
background-color: #EF77E3;
}
</style>
border-color css
<style>
span { border-color: #EF77E3; }
span { border-color: rgb(239,119,227); }
td.TdClassName
{
border-color: #EF77E3;
}
.TagClassName
{
border-color: #EF77E3;
}
</style>