Html Css Color HEX #EF32FC Magenta

📋 copy color: '#EF32FC'

red 239 ◦ green 50 ◦ blue 252

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

Shades of Magenta #EF32FC

Tints of Magenta #EF32FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.24%

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

R = 44.18%
G = 9.24%
B = 46.58%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF32FC (or 0xEF32FC) is known color: Magenta. HEX triplet: EF, 32 and FC. RGB value is (239,50,252). Sum of RGB (Red+Green+Blue) = 239+50+252=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF32FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32FC is #10CD03. Grayscale: #808080. Windows color (decimal): -1101060 or 16528111. OLE color: 16528111.

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

Color convert

RGB 239 50 252 -
CMYK 0.05 0.80 0 0.01
HSL 296.14º 0.97% 0.59% -
HSV(B) 296.14º 0.8% 0.99% -
XYZ 54.31 27.66 94.57 -
YUV 129.54 197.12 206.07 -
System Red Green Blue C M Y K H S L
Decimal 239 50 252 0.05 0.80 0 0.01 296.14 0.97 0.59
Hex EF 32 FC 5 50 0 1 128 61 3B
Octal 357 62 374 5 120 0 1 450 141 73
Binary 11101111 110010 11111100 101 1010000 0 1 100101000 1100001 111011

Color Harmonies of #EF32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32FC

Black with #EF32FC

Text Example


Text Example

White with #EF32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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