Shades of Fuchsia Pink #EF7CFF
Tints of Fuchsia Pink #EF7CFF
RGB
CMYK
RGB Variations
Color information
#EF7CFF (or 0xEF7CFF) is known color: Fuchsia Pink. HEX triplet: EF, 7C and FF. RGB value is (239,124,255). Sum of RGB (Red+Green+Blue) = 239+124+255=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CFF is #108300. Grayscale: #ACACAC. Windows color (decimal): -1082113 or 16743663. OLE color: 16743663.
HSL color Cylindrical-coordinate representation of color #EF7CFF: hue angle of 292.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7CFF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 124 | 255 | - |
| CMYK | 0.06 | 0.51 | 0 | 0 |
| HSL | 292.67º | 1% | 0.74% | - |
| HSV(B) | 292.67º | 0.51% | 1% | - |
| XYZ | 60.85 | 39.99 | 99.12 | - |
| YUV | 173.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 255 | 0.06 | 0.51 | 0 | 0 | 292.67 | 1 | 0.74 |
| Hex | EF | 7C | FF | 6 | 33 | 0 | 0 | 125 | 64 | 4A |
| Octal | 357 | 174 | 377 | 6 | 63 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11101111 | 1111100 | 11111111 | 110 | 110011 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #EF7CFF
Complementary color
Monochromatic Colors of #EF7CFF
Black with #EF7CFF
Text Example
Text Example
White with #EF7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CFF; }
p { color: rgb(239,124,255); }
H1.HeaderClassName
{
color: #EF7CFF;
}
.AnyTagClassName
{
color: #EF7CFF;
}
</style>
background-color css
<style>
a { background-color: #EF7CFF; }
a { background-color: rgb(239,124,255); }
div.DivClassName
{
background-color: #EF7CFF;
}
.BgClassName
{
background-color: #EF7CFF;
}
</style>
border-color css
<style>
span { border-color: #EF7CFF; }
span { border-color: rgb(239,124,255); }
td.TdClassName
{
border-color: #EF7CFF;
}
.TagClassName
{
border-color: #EF7CFF;
}
</style>