Shades of Fuchsia Pink #EF78FE
Tints of Fuchsia Pink #EF78FE
RGB
CMYK
RGB Variations
Color information
#EF78FE (or 0xEF78FE) is known color: Fuchsia Pink. HEX triplet: EF, 78 and FE. RGB value is (239,120,254). Sum of RGB (Red+Green+Blue) = 239+120+254=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 120 (47.27% from 255 or 19.58% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF78FE is #108701. Grayscale: #AAAAAA. Windows color (decimal): -1083138 or 16677103. OLE color: 16677103.
HSL color Cylindrical-coordinate representation of color #EF78FE: hue angle of 293.28º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF78FE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 120 | 254 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.00 |
| HSL | 293.28º | 0.99% | 0.73% | - |
| HSV(B) | 293.28º | 0.53% | 1% | - |
| XYZ | 60.2 | 38.94 | 98.11 | - |
| YUV | 170.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 254 | 0.06 | 0.53 | 0 | 0.00 | 293.28 | 0.99 | 0.73 |
| Hex | EF | 78 | FE | 6 | 35 | 0 | 0 | 125 | 63 | 49 |
| Octal | 357 | 170 | 376 | 6 | 65 | 0 | 0 | 445 | 143 | 111 |
| Binary | 11101111 | 1111000 | 11111110 | 110 | 110101 | 0 | 0 | 100100101 | 1100011 | 1001001 |
Color Harmonies of #EF78FE
Complementary color
Monochromatic Colors of #EF78FE
Black with #EF78FE
Text Example
Text Example
White with #EF78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF78FE; }
p { color: rgb(239,120,254); }
H1.HeaderClassName
{
color: #EF78FE;
}
.AnyTagClassName
{
color: #EF78FE;
}
</style>
background-color css
<style>
a { background-color: #EF78FE; }
a { background-color: rgb(239,120,254); }
div.DivClassName
{
background-color: #EF78FE;
}
.BgClassName
{
background-color: #EF78FE;
}
</style>
border-color css
<style>
span { border-color: #EF78FE; }
span { border-color: rgb(239,120,254); }
td.TdClassName
{
border-color: #EF78FE;
}
.TagClassName
{
border-color: #EF78FE;
}
</style>