Html Css Color HEX #EF31FA Magenta

📋 copy color: '#EF31FA'

red 239 ◦ green 49 ◦ blue 250

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

Shades of Magenta #EF31FA

Tints of Magenta #EF31FA

RGB

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

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

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

R = 44.42%
G = 9.11%
B = 46.47%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF31FA (or 0xEF31FA) is known color: Magenta. HEX triplet: EF, 31 and FA. RGB value is (239,49,250). Sum of RGB (Red+Green+Blue) = 239+49+250=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 49 (19.53% from 255 or 9.11% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF31FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31FA is #10CE05. Grayscale: #808080. Windows color (decimal): -1101318 or 16396783. OLE color: 16396783.

HSL color Cylindrical-coordinate representation of color #EF31FA: hue angle of 296.72º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF31FA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 49 250 -
CMYK 0.04 0.80 0 0.02
HSL 296.72º 0.95% 0.59% -
HSV(B) 296.72º 0.8% 0.98% -
XYZ 53.95 27.45 92.9 -
YUV 128.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 239 49 250 0.04 0.80 0 0.02 296.72 0.95 0.59
Hex EF 31 FA 4 50 0 2 129 5F 3B
Octal 357 61 372 4 120 0 2 451 137 73
Binary 11101111 110001 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #EF31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31FA

Black with #EF31FA

Text Example


Text Example

White with #EF31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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