Shades of Fuchsia Pink #EF7EFF
Tints of Fuchsia Pink #EF7EFF
RGB
CMYK
RGB Variations
Color information
#EF7EFF (or 0xEF7EFF) is known color: Fuchsia Pink. HEX triplet: EF, 7E and FF. RGB value is (239,126,255). Sum of RGB (Red+Green+Blue) = 239+126+255=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 126 (49.61% from 255 or 20.32% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7EFF is #108100. Grayscale: #AEAEAE. Windows color (decimal): -1081601 or 16744175. OLE color: 16744175.
HSL color Cylindrical-coordinate representation of color #EF7EFF: hue angle of 292.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7EFF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 126 | 255 | - |
| CMYK | 0.06 | 0.51 | 0 | 0 |
| HSL | 292.56º | 1% | 0.75% | - |
| HSV(B) | 292.56º | 0.51% | 1% | - |
| XYZ | 61.11 | 40.49 | 99.2 | - |
| YUV | 174.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 255 | 0.06 | 0.51 | 0 | 0 | 292.56 | 1 | 0.75 |
| Hex | EF | 7E | FF | 6 | 33 | 0 | 0 | 125 | 64 | 4B |
| Octal | 357 | 176 | 377 | 6 | 63 | 0 | 0 | 445 | 144 | 113 |
| Binary | 11101111 | 1111110 | 11111111 | 110 | 110011 | 0 | 0 | 100100101 | 1100100 | 1001011 |
Color Harmonies of #EF7EFF
Complementary color
Monochromatic Colors of #EF7EFF
Black with #EF7EFF
Text Example
Text Example
White with #EF7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7EFF; }
p { color: rgb(239,126,255); }
H1.HeaderClassName
{
color: #EF7EFF;
}
.AnyTagClassName
{
color: #EF7EFF;
}
</style>
background-color css
<style>
a { background-color: #EF7EFF; }
a { background-color: rgb(239,126,255); }
div.DivClassName
{
background-color: #EF7EFF;
}
.BgClassName
{
background-color: #EF7EFF;
}
</style>
border-color css
<style>
span { border-color: #EF7EFF; }
span { border-color: rgb(239,126,255); }
td.TdClassName
{
border-color: #EF7EFF;
}
.TagClassName
{
border-color: #EF7EFF;
}
</style>