Shades of Fuchsia Pink #EF73FE
Tints of Fuchsia Pink #EF73FE
RGB
CMYK
RGB Variations
Color information
#EF73FE (or 0xEF73FE) is known color: Fuchsia Pink. HEX triplet: EF, 73 and FE. RGB value is (239,115,254). Sum of RGB (Red+Green+Blue) = 239+115+254=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 115 (45.31% from 255 or 18.91% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73FE is #108C01. Grayscale: #A7A7A7. Windows color (decimal): -1084418 or 16675823. OLE color: 16675823.
HSL color Cylindrical-coordinate representation of color #EF73FE: hue angle of 293.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF73FE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 115 | 254 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.00 |
| HSL | 293.53º | 0.99% | 0.72% | - |
| HSV(B) | 293.53º | 0.55% | 1% | - |
| XYZ | 59.62 | 37.77 | 97.91 | - |
| YUV | 167.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 254 | 0.06 | 0.55 | 0 | 0.00 | 293.53 | 0.99 | 0.72 |
| Hex | EF | 73 | FE | 6 | 37 | 0 | 0 | 126 | 63 | 48 |
| Octal | 357 | 163 | 376 | 6 | 67 | 0 | 0 | 446 | 143 | 110 |
| Binary | 11101111 | 1110011 | 11111110 | 110 | 110111 | 0 | 0 | 100100110 | 1100011 | 1001000 |
Color Harmonies of #EF73FE
Complementary color
Monochromatic Colors of #EF73FE
Black with #EF73FE
Text Example
Text Example
White with #EF73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73FE; }
p { color: rgb(239,115,254); }
H1.HeaderClassName
{
color: #EF73FE;
}
.AnyTagClassName
{
color: #EF73FE;
}
</style>
background-color css
<style>
a { background-color: #EF73FE; }
a { background-color: rgb(239,115,254); }
div.DivClassName
{
background-color: #EF73FE;
}
.BgClassName
{
background-color: #EF73FE;
}
</style>
border-color css
<style>
span { border-color: #EF73FE; }
span { border-color: rgb(239,115,254); }
td.TdClassName
{
border-color: #EF73FE;
}
.TagClassName
{
border-color: #EF73FE;
}
</style>