Html Css Color HEX #EF75FE Fuchsia Pink

📋 copy color: '#EF75FE'

red 239 ◦ green 117 ◦ blue 254

#EF75FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #EF75FE

Tints of Fuchsia Pink #EF75FE

RGB

 RED value IS 239 (93.75% from 255) = 39.18%

 GREEN value IS 117 (46.09% from 255) = 19.18%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 39.18%
G = 19.18%
B = 41.64%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF75FE (or 0xEF75FE) is known color: Fuchsia Pink. HEX triplet: EF, 75 and FE. RGB value is (239,117,254). Sum of RGB (Red+Green+Blue) = 239+117+254=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 117 (46.09% from 255 or 19.18% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF75FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF75FE is #108A01. Grayscale: #A8A8A8. Windows color (decimal): -1083906 or 16676335. OLE color: 16676335.

HSL color Cylindrical-coordinate representation of color #EF75FE: hue angle of 293.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF75FE is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 117 254 -
CMYK 0.06 0.54 0 0.00
HSL 293.43º 0.99% 0.73% -
HSV(B) 293.43º 0.54% 1% -
XYZ 59.85 38.23 97.99 -
YUV 169.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 239 117 254 0.06 0.54 0 0.00 293.43 0.99 0.73
Hex EF 75 FE 6 36 0 0 125 63 49
Octal 357 165 376 6 66 0 0 445 143 111
Binary 11101111 1110101 11111110 110 110110 0 0 100100101 1100011 1001001

Color Harmonies of #EF75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF75FE

Black with #EF75FE

Text Example


Text Example

White with #EF75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF75FE; }

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

 H1.HeaderClassName
 {
   color: #EF75FE;
 }
 .AnyTagClassName
 {
   color: #EF75FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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