Html Css Color HEX #EF11FE Magenta

📋 copy color: '#EF11FE'

red 239 ◦ green 17 ◦ blue 254

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

Shades of Magenta #EF11FE

Tints of Magenta #EF11FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 46.86%
G = 3.33%
B = 49.8%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF11FE (or 0xEF11FE) is known color: Magenta. HEX triplet: EF, 11 and FE. RGB value is (239,17,254). Sum of RGB (Red+Green+Blue) = 239+17+254=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11FE is #10EE01. Grayscale: #6D6D6D. Windows color (decimal): -1109506 or 16650735. OLE color: 16650735.

HSL color Cylindrical-coordinate representation of color #EF11FE: hue angle of 296.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11FE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 17 254 -
CMYK 0.06 0.93 0 0.00
HSL 296.2º 0.99% 0.53% -
HSV(B) 296.2º 0.93% 1% -
XYZ 53.69 25.91 95.94 -
YUV 110.4 209.05 219.73 -
System Red Green Blue C M Y K H S L
Decimal 239 17 254 0.06 0.93 0 0.00 296.2 0.99 0.53
Hex EF 11 FE 6 5D 0 0 128 63 35
Octal 357 21 376 6 135 0 0 450 143 65
Binary 11101111 10001 11111110 110 1011101 0 0 100101000 1100011 110101

Color Harmonies of #EF11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11FE

Black with #EF11FE

Text Example


Text Example

White with #EF11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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