Html Css Color HEX #EF11EC Magenta

📋 copy color: '#EF11EC'

red 239 ◦ green 17 ◦ blue 236

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

Shades of Magenta #EF11EC

Tints of Magenta #EF11EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 48.58%
G = 3.46%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF11EC (or 0xEF11EC) is known color: Magenta. HEX triplet: EF, 11 and EC. RGB value is (239,17,236). Sum of RGB (Red+Green+Blue) = 239+17+236=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11EC is #10EE13. Grayscale: #6B6B6B. Windows color (decimal): -1109524 or 15471087. OLE color: 15471087.

HSL color Cylindrical-coordinate representation of color #EF11EC: hue angle of 300.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11EC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 236 -
CMYK 0 0.93 0.01 0.06
HSL 300.81º 0.87% 0.5% -
HSV(B) 300.81º 0.93% 0.94% -
XYZ 50.94 24.81 81.46 -
YUV 108.34 200.05 221.19 -
System Red Green Blue C M Y K H S L
Decimal 239 17 236 0 0.93 0.01 0.06 300.81 0.87 0.5
Hex EF 11 EC 0 5D 1 6 12D 57 32
Octal 357 21 354 0 135 1 6 455 127 62
Binary 11101111 10001 11101100 0 1011101 1 110 100101101 1010111 110010

Color Harmonies of #EF11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11EC

Black with #EF11EC

Text Example


Text Example

White with #EF11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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