Html Css Color HEX #EF2FF7 Magenta

📋 copy color: '#EF2FF7'

red 239 ◦ green 47 ◦ blue 247

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

Shades of Magenta #EF2FF7

Tints of Magenta #EF2FF7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.82%

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

R = 44.84%
G = 8.82%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF2FF7 (or 0xEF2FF7) is known color: Magenta. HEX triplet: EF, 2F and F7. RGB value is (239,47,247). Sum of RGB (Red+Green+Blue) = 239+47+247=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 47 (18.75% from 255 or 8.82% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF2FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FF7 is #10D008. Grayscale: #7E7E7E. Windows color (decimal): -1101833 or 16199663. OLE color: 16199663.

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

Color convert

RGB 239 47 247 -
CMYK 0.03 0.81 0 0.03
HSL 297.6º 0.93% 0.58% -
HSV(B) 297.6º 0.81% 0.97% -
XYZ 53.4 27.1 90.41 -
YUV 127.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 239 47 247 0.03 0.81 0 0.03 297.6 0.93 0.58
Hex EF 2F F7 3 51 0 3 12A 5D 3A
Octal 357 57 367 3 121 0 3 452 135 72
Binary 11101111 101111 11110111 11 1010001 0 11 100101010 1011101 111010

Color Harmonies of #EF2FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2FF7

Black with #EF2FF7

Text Example


Text Example

White with #EF2FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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