Html Css Color HEX #EF14FA Magenta

📋 copy color: '#EF14FA'

red 239 ◦ green 20 ◦ blue 250

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

Shades of Magenta #EF14FA

Tints of Magenta #EF14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.93%

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

R = 46.95%
G = 3.93%
B = 49.12%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF14FA (or 0xEF14FA) is known color: Magenta. HEX triplet: EF, 14 and FA. RGB value is (239,20,250). Sum of RGB (Red+Green+Blue) = 239+20+250=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF14FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14FA is #10EB05. Grayscale: #6F6F6F. Windows color (decimal): -1108742 or 16389359. OLE color: 16389359.

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

Color convert

RGB 239 20 250 -
CMYK 0.04 0.92 0 0.02
HSL 297.13º 0.96% 0.53% -
HSV(B) 297.13º 0.92% 0.98% -
XYZ 53.1 25.75 92.61 -
YUV 111.7 206.05 218.8 -
System Red Green Blue C M Y K H S L
Decimal 239 20 250 0.04 0.92 0 0.02 297.13 0.96 0.53
Hex EF 14 FA 4 5C 0 2 129 60 35
Octal 357 24 372 4 134 0 2 451 140 65
Binary 11101111 10100 11111010 100 1011100 0 10 100101001 1100000 110101

Color Harmonies of #EF14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14FA

Black with #EF14FA

Text Example


Text Example

White with #EF14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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