Html Css Color HEX #EF1DF7 Magenta

📋 copy color: '#EF1DF7'

red 239 ◦ green 29 ◦ blue 247

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

Shades of Magenta #EF1DF7

Tints of Magenta #EF1DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.63%

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

R = 46.41%
G = 5.63%
B = 47.96%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF1DF7 (or 0xEF1DF7) is known color: Magenta. HEX triplet: EF, 1D and F7. RGB value is (239,29,247). Sum of RGB (Red+Green+Blue) = 239+29+247=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF1DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DF7 is #10E208. Grayscale: #737373. Windows color (decimal): -1106441 or 16195055. OLE color: 16195055.

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

Color convert

RGB 239 29 247 -
CMYK 0.03 0.88 0 0.03
HSL 297.8º 0.93% 0.54% -
HSV(B) 297.8º 0.88% 0.97% -
XYZ 52.82 25.94 90.22 -
YUV 116.64 201.57 215.27 -
System Red Green Blue C M Y K H S L
Decimal 239 29 247 0.03 0.88 0 0.03 297.8 0.93 0.54
Hex EF 1D F7 3 58 0 3 12A 5D 36
Octal 357 35 367 3 130 0 3 452 135 66
Binary 11101111 11101 11110111 11 1011000 0 11 100101010 1011101 110110

Color Harmonies of #EF1DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DF7

Black with #EF1DF7

Text Example


Text Example

White with #EF1DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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