Html Css Color HEX #EF31FC Magenta

📋 copy color: '#EF31FC'

red 239 ◦ green 49 ◦ blue 252

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

Shades of Magenta #EF31FC

Tints of Magenta #EF31FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.07%

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

R = 44.26%
G = 9.07%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF31FC (or 0xEF31FC) is known color: Magenta. HEX triplet: EF, 31 and FC. RGB value is (239,49,252). Sum of RGB (Red+Green+Blue) = 239+49+252=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF31FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31FC is #10CE03. Grayscale: #808080. Windows color (decimal): -1101316 or 16527855. OLE color: 16527855.

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

Color convert

RGB 239 49 252 -
CMYK 0.05 0.81 0 0.01
HSL 296.16º 0.97% 0.59% -
HSV(B) 296.16º 0.81% 0.99% -
XYZ 54.27 27.58 94.56 -
YUV 128.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 239 49 252 0.05 0.81 0 0.01 296.16 0.97 0.59
Hex EF 31 FC 5 51 0 1 128 61 3B
Octal 357 61 374 5 121 0 1 450 141 73
Binary 11101111 110001 11111100 101 1010001 0 1 100101000 1100001 111011

Color Harmonies of #EF31FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31FC

Black with #EF31FC

Text Example


Text Example

White with #EF31FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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