Html Css Color HEX #EF14FC Magenta

📋 copy color: '#EF14FC'

red 239 ◦ green 20 ◦ blue 252

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

Shades of Magenta #EF14FC

Tints of Magenta #EF14FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 46.77%
G = 3.91%
B = 49.32%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF14FC (or 0xEF14FC) is known color: Magenta. HEX triplet: EF, 14 and FC. RGB value is (239,20,252). Sum of RGB (Red+Green+Blue) = 239+20+252=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF14FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14FC is #10EB03. Grayscale: #6F6F6F. Windows color (decimal): -1108740 or 16520431. OLE color: 16520431.

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

Color convert

RGB 239 20 252 -
CMYK 0.05 0.92 0 0.01
HSL 296.64º 0.97% 0.53% -
HSV(B) 296.64º 0.92% 0.99% -
XYZ 53.42 25.88 94.28 -
YUV 111.93 207.05 218.64 -
System Red Green Blue C M Y K H S L
Decimal 239 20 252 0.05 0.92 0 0.01 296.64 0.97 0.53
Hex EF 14 FC 5 5C 0 1 129 61 35
Octal 357 24 374 5 134 0 1 451 141 65
Binary 11101111 10100 11111100 101 1011100 0 1 100101001 1100001 110101

Color Harmonies of #EF14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14FC

Black with #EF14FC

Text Example


Text Example

White with #EF14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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