Html Css Color HEX #EF74FE Fuchsia Pink

📋 copy color: '#EF74FE'

red 239 ◦ green 116 ◦ blue 254

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

Shades of Fuchsia Pink #EF74FE

Tints of Fuchsia Pink #EF74FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.05%

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 39.24%
G = 19.05%
B = 41.71%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF74FE (or 0xEF74FE) is known color: Fuchsia Pink. HEX triplet: EF, 74 and FE. RGB value is (239,116,254). Sum of RGB (Red+Green+Blue) = 239+116+254=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 116 (45.70% from 255 or 19.05% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF74FE is #108B01. Grayscale: #A8A8A8. Windows color (decimal): -1084162 or 16676079. OLE color: 16676079.

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

Color convert

RGB 239 116 254 -
CMYK 0.06 0.54 0 0.00
HSL 293.48º 0.99% 0.73% -
HSV(B) 293.48º 0.54% 1% -
XYZ 59.73 38 97.95 -
YUV 168.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 239 116 254 0.06 0.54 0 0.00 293.48 0.99 0.73
Hex EF 74 FE 6 36 0 0 125 63 49
Octal 357 164 376 6 66 0 0 445 143 111
Binary 11101111 1110100 11111110 110 110110 0 0 100100101 1100011 1001001

Color Harmonies of #EF74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74FE

Black with #EF74FE

Text Example


Text Example

White with #EF74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74FE; }

 p { color: rgb(239,116,254); }

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

background-color css

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

 a { background-color: rgb(239,116,254); }

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

border-color css

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

 span { border-color: rgb(239,116,254); }

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