Html Css Color HEX #EF11F7 Magenta

📋 copy color: '#EF11F7'

red 239 ◦ green 17 ◦ blue 247

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

Shades of Magenta #EF11F7

Tints of Magenta #EF11F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 47.51%
G = 3.38%
B = 49.11%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF11F7 (or 0xEF11F7) is known color: Magenta. HEX triplet: EF, 11 and F7. RGB value is (239,17,247). Sum of RGB (Red+Green+Blue) = 239+17+247=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF11F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF11F7 is #10EE08. Grayscale: #6C6C6C. Windows color (decimal): -1109513 or 16191983. OLE color: 16191983.

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

Color convert

RGB 239 17 247 -
CMYK 0.03 0.93 0 0.03
HSL 297.91º 0.93% 0.52% -
HSV(B) 297.91º 0.93% 0.97% -
XYZ 52.59 25.47 90.14 -
YUV 109.6 205.55 220.3 -
System Red Green Blue C M Y K H S L
Decimal 239 17 247 0.03 0.93 0 0.03 297.91 0.93 0.52
Hex EF 11 F7 3 5D 0 3 12A 5D 34
Octal 357 21 367 3 135 0 3 452 135 64
Binary 11101111 10001 11110111 11 1011101 0 11 100101010 1011101 110100

Color Harmonies of #EF11F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11F7

Black with #EF11F7

Text Example


Text Example

White with #EF11F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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