Html Css Color HEX #EF1AF7 Magenta

📋 copy color: '#EF1AF7'

red 239 ◦ green 26 ◦ blue 247

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

Shades of Magenta #EF1AF7

Tints of Magenta #EF1AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.08%

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

R = 46.68%
G = 5.08%
B = 48.24%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF1AF7 (or 0xEF1AF7) is known color: Magenta. HEX triplet: EF, 1A and F7. RGB value is (239,26,247). Sum of RGB (Red+Green+Blue) = 239+26+247=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF1AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AF7 is #10E508. Grayscale: #727272. Windows color (decimal): -1107209 or 16194287. OLE color: 16194287.

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

Color convert

RGB 239 26 247 -
CMYK 0.03 0.89 0 0.03
HSL 297.83º 0.93% 0.54% -
HSV(B) 297.83º 0.89% 0.97% -
XYZ 52.75 25.8 90.2 -
YUV 114.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 239 26 247 0.03 0.89 0 0.03 297.83 0.93 0.54
Hex EF 1A F7 3 59 0 3 12A 5D 36
Octal 357 32 367 3 131 0 3 452 135 66
Binary 11101111 11010 11110111 11 1011001 0 11 100101010 1011101 110110

Color Harmonies of #EF1AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AF7

Black with #EF1AF7

Text Example


Text Example

White with #EF1AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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