#EF78FF

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

Shades of Fuchsia Pink #EF78FF

Tints of Fuchsia Pink #EF78FF

Color information

#EF78FF (or 0xEF78FF) is unknown color: approx 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

RGB239120255-
CMYK0.060.5300
HSL292.89º100%73.53%-
HSV(B)292.89º52.94%100%-
XYZ60.363998.95-
YUV170.97175.42176.52-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391202550.060.5300292.8910073.53
HexEF78FF63500125644a
Octal35717037766500445144112
Binary111011111111000111111111101101010010010010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>