#EF73FD

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

Shades of Fuchsia Pink #EF73FD

Tints of Fuchsia Pink #EF73FD

Color information

#EF73FD (or 0xEF73FD) is unknown color: approx Fuchsia Pink. HEX triplet: EF, 73 and FD. RGB value is (239,115,253). Sum of RGB (Red+Green+Blue) = 239+115+253=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF73FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73FD is #108C02. Grayscale: #A7A7A7. Windows color (decimal): -1084419 or 16610287. OLE color: 16610287.

HSL color Cylindrical-coordinate representation of color #EF73FD: hue angle of 293.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF73FD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239115253-
CMYK0.060.5500.01
HSL293.91º97.18%72.16%-
HSV(B)293.91º54.55%99.22%-
XYZ59.4637.797.07-
YUV167.81176.08178.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 115 (45.31% from 255) = 18.95%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=39.37%
G=18.95%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391152530.060.5500.01293.9197.1872.16
HexEF73FD637011266148
Octal35716337566701446141110
Binary111011111110011111111011101101110110010011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73FD; }

 p { color: rgb(239,115,253); }

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

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

 a { background-color: rgb(239,115,253); }

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

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

 span { border-color: rgb(239,115,253); }

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