Shades of Fuchsia Pink #EF7BFF
Tints of Fuchsia Pink #EF7BFF
RGB
CMYK
RGB Variations
Color information
#EF7BFF (or 0xEF7BFF) is known color: Fuchsia Pink. HEX triplet: EF, 7B and FF. RGB value is (239,123,255). Sum of RGB (Red+Green+Blue) = 239+123+255=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 123 (48.44% from 255 or 19.94% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BFF is #108400. Grayscale: #ACACAC. Windows color (decimal): -1082369 or 16743407. OLE color: 16743407.
HSL color Cylindrical-coordinate representation of color #EF7BFF: hue angle of 292.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7BFF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 123 | 255 | - |
| CMYK | 0.06 | 0.52 | 0 | 0 |
| HSL | 292.73º | 1% | 0.74% | - |
| HSV(B) | 292.73º | 0.52% | 1% | - |
| XYZ | 60.73 | 39.74 | 99.08 | - |
| YUV | 172.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 255 | 0.06 | 0.52 | 0 | 0 | 292.73 | 1 | 0.74 |
| Hex | EF | 7B | FF | 6 | 34 | 0 | 0 | 125 | 64 | 4A |
| Octal | 357 | 173 | 377 | 6 | 64 | 0 | 0 | 445 | 144 | 112 |
| Binary | 11101111 | 1111011 | 11111111 | 110 | 110100 | 0 | 0 | 100100101 | 1100100 | 1001010 |
Color Harmonies of #EF7BFF
Complementary color
Monochromatic Colors of #EF7BFF
Black with #EF7BFF
Text Example
Text Example
White with #EF7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BFF; }
p { color: rgb(239,123,255); }
H1.HeaderClassName
{
color: #EF7BFF;
}
.AnyTagClassName
{
color: #EF7BFF;
}
</style>
background-color css
<style>
a { background-color: #EF7BFF; }
a { background-color: rgb(239,123,255); }
div.DivClassName
{
background-color: #EF7BFF;
}
.BgClassName
{
background-color: #EF7BFF;
}
</style>
border-color css
<style>
span { border-color: #EF7BFF; }
span { border-color: rgb(239,123,255); }
td.TdClassName
{
border-color: #EF7BFF;
}
.TagClassName
{
border-color: #EF7BFF;
}
</style>