Shades of Fuchsia Pink #EF7BFE
Tints of Fuchsia Pink #EF7BFE
RGB
CMYK
RGB Variations
Color information
#EF7BFE (or 0xEF7BFE) is known color: Fuchsia Pink. HEX triplet: EF, 7B and FE. RGB value is (239,123,254). Sum of RGB (Red+Green+Blue) = 239+123+254=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 123 (48.44% from 255 or 19.97% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF7BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BFE is #108401. Grayscale: #ACACAC. Windows color (decimal): -1082370 or 16677871. OLE color: 16677871.
HSL color Cylindrical-coordinate representation of color #EF7BFE: hue angle of 293.13º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7BFE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 123 | 254 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.00 |
| HSL | 293.13º | 0.98% | 0.74% | - |
| HSV(B) | 293.13º | 0.52% | 1% | - |
| XYZ | 60.57 | 39.67 | 98.23 | - |
| YUV | 172.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 254 | 0.06 | 0.52 | 0 | 0.00 | 293.13 | 0.98 | 0.74 |
| Hex | EF | 7B | FE | 6 | 34 | 0 | 0 | 125 | 62 | 4A |
| Octal | 357 | 173 | 376 | 6 | 64 | 0 | 0 | 445 | 142 | 112 |
| Binary | 11101111 | 1111011 | 11111110 | 110 | 110100 | 0 | 0 | 100100101 | 1100010 | 1001010 |
Color Harmonies of #EF7BFE
Complementary color
Monochromatic Colors of #EF7BFE
Black with #EF7BFE
Text Example
Text Example
White with #EF7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BFE; }
p { color: rgb(239,123,254); }
H1.HeaderClassName
{
color: #EF7BFE;
}
.AnyTagClassName
{
color: #EF7BFE;
}
</style>
background-color css
<style>
a { background-color: #EF7BFE; }
a { background-color: rgb(239,123,254); }
div.DivClassName
{
background-color: #EF7BFE;
}
.BgClassName
{
background-color: #EF7BFE;
}
</style>
border-color css
<style>
span { border-color: #EF7BFE; }
span { border-color: rgb(239,123,254); }
td.TdClassName
{
border-color: #EF7BFE;
}
.TagClassName
{
border-color: #EF7BFE;
}
</style>