Html Css Color HEX #EF76FA Fuchsia Pink

📋 copy color: '#EF76FA'

red 239 ◦ green 118 ◦ blue 250

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

Shades of Fuchsia Pink #EF76FA

Tints of Fuchsia Pink #EF76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.44%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 39.37%
G = 19.44%
B = 41.19%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF76FA (or 0xEF76FA) is known color: Fuchsia Pink. HEX triplet: EF, 76 and FA. RGB value is (239,118,250). Sum of RGB (Red+Green+Blue) = 239+118+250=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF76FA is #108905. Grayscale: #A8A8A8. Windows color (decimal): -1083654 or 16414447. OLE color: 16414447.

HSL color Cylindrical-coordinate representation of color #EF76FA: hue angle of 295º degrees, saturation: 0.93, 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 #EF76FA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 118 250 -
CMYK 0.04 0.53 0 0.02
HSL 295º 0.93% 0.72% -
HSV(B) 295º 0.53% 0.98% -
XYZ 59.33 38.21 94.69 -
YUV 169.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 239 118 250 0.04 0.53 0 0.02 295 0.93 0.72
Hex EF 76 FA 4 35 0 2 127 5D 48
Octal 357 166 372 4 65 0 2 447 135 110
Binary 11101111 1110110 11111010 100 110101 0 10 100100111 1011101 1001000

Color Harmonies of #EF76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF76FA

Black with #EF76FA

Text Example


Text Example

White with #EF76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF76FA; }

 p { color: rgb(239,118,250); }

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

background-color css

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

 a { background-color: rgb(239,118,250); }

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

border-color css

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

 span { border-color: rgb(239,118,250); }

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