Html Css Color HEX #EF31FB Magenta

📋 copy color: '#EF31FB'

red 239 ◦ green 49 ◦ blue 251

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

Shades of Magenta #EF31FB

Tints of Magenta #EF31FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 44.34%
G = 9.09%
B = 46.57%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF31FB (or 0xEF31FB) is known color: Magenta. HEX triplet: EF, 31 and FB. RGB value is (239,49,251). Sum of RGB (Red+Green+Blue) = 239+49+251=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 49 (19.53% from 255 or 9.09% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF31FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31FB is #10CE04. Grayscale: #808080. Windows color (decimal): -1101317 or 16462319. OLE color: 16462319.

HSL color Cylindrical-coordinate representation of color #EF31FB: hue angle of 296.44º degrees, saturation: 0.96, 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 #EF31FB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 49 251 -
CMYK 0.05 0.80 0 0.02
HSL 296.44º 0.96% 0.59% -
HSV(B) 296.44º 0.8% 0.98% -
XYZ 54.11 27.51 93.73 -
YUV 128.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 239 49 251 0.05 0.80 0 0.02 296.44 0.96 0.59
Hex EF 31 FB 5 50 0 2 128 60 3B
Octal 357 61 373 5 120 0 2 450 140 73
Binary 11101111 110001 11111011 101 1010000 0 10 100101000 1100000 111011

Color Harmonies of #EF31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31FB

Black with #EF31FB

Text Example


Text Example

White with #EF31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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