Html Css Color HEX #EF11FA Magenta

📋 copy color: '#EF11FA'

red 239 ◦ green 17 ◦ blue 250

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

Shades of Magenta #EF11FA

Tints of Magenta #EF11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.36%

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

R = 47.23%
G = 3.36%
B = 49.41%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF11FA (or 0xEF11FA) is known color: Magenta. HEX triplet: EF, 11 and FA. RGB value is (239,17,250). Sum of RGB (Red+Green+Blue) = 239+17+250=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF11FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11FA is #10EE05. Grayscale: #6D6D6D. Windows color (decimal): -1109510 or 16388591. OLE color: 16388591.

HSL color Cylindrical-coordinate representation of color #EF11FA: hue angle of 297.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11FA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 17 250 -
CMYK 0.04 0.93 0 0.02
HSL 297.17º 0.96% 0.52% -
HSV(B) 297.17º 0.93% 0.98% -
XYZ 53.05 25.65 92.6 -
YUV 109.94 207.05 220.05 -
System Red Green Blue C M Y K H S L
Decimal 239 17 250 0.04 0.93 0 0.02 297.17 0.96 0.52
Hex EF 11 FA 4 5D 0 2 129 60 34
Octal 357 21 372 4 135 0 2 451 140 64
Binary 11101111 10001 11111010 100 1011101 0 10 100101001 1100000 110100

Color Harmonies of #EF11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11FA

Black with #EF11FA

Text Example


Text Example

White with #EF11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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