Html Css Color HEX #EF74FA Fuchsia Pink

📋 copy color: '#EF74FA'

red 239 ◦ green 116 ◦ blue 250

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

Shades of Fuchsia Pink #EF74FA

Tints of Fuchsia Pink #EF74FA

RGB

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

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

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

R = 39.5%
G = 19.17%
B = 41.32%

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

#EF74FA (or 0xEF74FA) is known color: Fuchsia Pink. HEX triplet: EF, 74 and FA. RGB value is (239,116,250). Sum of RGB (Red+Green+Blue) = 239+116+250=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 116 (45.70% from 255 or 19.17% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF74FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF74FA is #108B05. Grayscale: #A7A7A7. Windows color (decimal): -1084166 or 16413935. OLE color: 16413935.

HSL color Cylindrical-coordinate representation of color #EF74FA: hue angle of 295.07º 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 #EF74FA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 116 250 -
CMYK 0.04 0.54 0 0.02
HSL 295.07º 0.93% 0.72% -
HSV(B) 295.07º 0.54% 0.98% -
XYZ 59.1 37.74 94.61 -
YUV 168.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 239 116 250 0.04 0.54 0 0.02 295.07 0.93 0.72
Hex EF 74 FA 4 36 0 2 127 5D 48
Octal 357 164 372 4 66 0 2 447 135 110
Binary 11101111 1110100 11111010 100 110110 0 10 100100111 1011101 1001000

Color Harmonies of #EF74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74FA

Black with #EF74FA

Text Example


Text Example

White with #EF74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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