Html Css Color HEX #EF73FA Fuchsia Pink

📋 copy color: '#EF73FA'

red 239 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #EF73FA

Tints of Fuchsia Pink #EF73FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.04%

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

R = 39.57%
G = 19.04%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF73FA (or 0xEF73FA) is known color: Fuchsia Pink. HEX triplet: EF, 73 and FA. RGB value is (239,115,250). Sum of RGB (Red+Green+Blue) = 239+115+250=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73FA is #108C05. Grayscale: #A7A7A7. Windows color (decimal): -1084422 or 16413679. OLE color: 16413679.

HSL color Cylindrical-coordinate representation of color #EF73FA: hue angle of 295.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF73FA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 115 250 -
CMYK 0.04 0.54 0 0.02
HSL 295.11º 0.93% 0.72% -
HSV(B) 295.11º 0.54% 0.98% -
XYZ 58.98 37.51 94.57 -
YUV 167.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 239 115 250 0.04 0.54 0 0.02 295.11 0.93 0.72
Hex EF 73 FA 4 36 0 2 127 5D 48
Octal 357 163 372 4 66 0 2 447 135 110
Binary 11101111 1110011 11111010 100 110110 0 10 100100111 1011101 1001000

Color Harmonies of #EF73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73FA

Black with #EF73FA

Text Example


Text Example

White with #EF73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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