Html Css Color HEX #EF78FF Fuchsia Pink

📋 copy color: '#EF78FF'

red 239 ◦ green 120 ◦ blue 255

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

Shades of Fuchsia Pink #EF78FF

Tints of Fuchsia Pink #EF78FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.54%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 38.93%
G = 19.54%
B = 41.53%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF78FF (or 0xEF78FF) is known color: Fuchsia Pink. HEX triplet: EF, 78 and FF. RGB value is (239,120,255). Sum of RGB (Red+Green+Blue) = 239+120+255=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF78FF is #108700. Grayscale: #AAAAAA. Windows color (decimal): -1083137 or 16742639. OLE color: 16742639.

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

Color convert

RGB 239 120 255 -
CMYK 0.06 0.53 0 0
HSL 292.89º 1% 0.74% -
HSV(B) 292.89º 0.53% 1% -
XYZ 60.36 39 98.95 -
YUV 170.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 239 120 255 0.06 0.53 0 0 292.89 1 0.74
Hex EF 78 FF 6 35 0 0 125 64 4A
Octal 357 170 377 6 65 0 0 445 144 112
Binary 11101111 1111000 11111111 110 110101 0 0 100100101 1100100 1001010

Color Harmonies of #EF78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78FF

Black with #EF78FF

Text Example


Text Example

White with #EF78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78FF; }

 p { color: rgb(239,120,255); }

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

background-color css

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

 a { background-color: rgb(239,120,255); }

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

border-color css

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

 span { border-color: rgb(239,120,255); }

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