#EF75FB

Color #EF75FB Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #EF75FB

Tints of Fuchsia Pink #EF75FB

Color information

#EF75FB (or 0xEF75FB) is unknown color: approx Fuchsia Pink. HEX triplet: EF, 75 and FB. RGB value is (239,117,251). Sum of RGB (Red+Green+Blue) = 239+117+251=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 117 (46.09% from 255 or 19.28% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF75FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF75FB is #108A04. Grayscale: #A8A8A8. Windows color (decimal): -1083909 or 16479727. OLE color: 16479727.

HSL color Cylindrical-coordinate representation of color #EF75FB: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF75FB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239117251-
CMYK0.050.5300.02
HSL294.63º94.37%72.16%-
HSV(B)294.63º53.39%98.43%-
XYZ59.3738.0495.48-
YUV168.75174.42178.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 117 (46.09% from 255) = 19.28%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=39.37%
G=19.28%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391172510.050.5300.02294.6394.3772.16
HexEF75FB535021275e48
Octal35716537356502447136110
Binary1110111111101011111101110111010101010010011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF75FB; }

 p { color: rgb(239,117,251); }

 H1.HeaderClassName
 {
   color: #EF75FB;
 }
 .AnyTagClassName
 {
   color: #EF75FB;
 }
</style>
background-color css

<style>
 a { background-color: #EF75FB; }

 a { background-color: rgb(239,117,251); }

 div.DivClassName
 {
   background-color: #EF75FB;
 }
 .BgClassName
 {
   background-color: #EF75FB;
 }
</style>
border-color css

<style>
 span { border-color: #EF75FB; }

 span { border-color: rgb(239,117,251); }

 td.TdClassName
 {
   border-color: #EF75FB;
 }
 .TagClassName
 {
   border-color: #EF75FB;
 }
</style>