Html Css Color HEX #EF20FC Magenta

📋 copy color: '#EF20FC'

red 239 ◦ green 32 ◦ blue 252

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

Shades of Magenta #EF20FC

Tints of Magenta #EF20FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.12%

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

R = 45.7%
G = 6.12%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF20FC (or 0xEF20FC) is known color: Magenta. HEX triplet: EF, 20 and FC. RGB value is (239,32,252). Sum of RGB (Red+Green+Blue) = 239+32+252=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF20FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20FC is #10DF03. Grayscale: #767676. Windows color (decimal): -1105668 or 16523503. OLE color: 16523503.

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

Color convert

RGB 239 32 252 -
CMYK 0.05 0.87 0 0.01
HSL 296.45º 0.97% 0.56% -
HSV(B) 296.45º 0.87% 0.99% -
XYZ 53.68 26.41 94.36 -
YUV 118.97 203.08 213.61 -
System Red Green Blue C M Y K H S L
Decimal 239 32 252 0.05 0.87 0 0.01 296.45 0.97 0.56
Hex EF 20 FC 5 57 0 1 128 61 38
Octal 357 40 374 5 127 0 1 450 141 70
Binary 11101111 100000 11111100 101 1010111 0 1 100101000 1100001 111000

Color Harmonies of #EF20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20FC

Black with #EF20FC

Text Example


Text Example

White with #EF20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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