Html Css Color HEX #EF1CF7 Magenta

📋 copy color: '#EF1CF7'

red 239 ◦ green 28 ◦ blue 247

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

Shades of Magenta #EF1CF7

Tints of Magenta #EF1CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

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

R = 46.5%
G = 5.45%
B = 48.05%

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

#EF1CF7 (or 0xEF1CF7) is known color: Magenta. HEX triplet: EF, 1C and F7. RGB value is (239,28,247). Sum of RGB (Red+Green+Blue) = 239+28+247=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF1CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CF7 is #10E308. Grayscale: #737373. Windows color (decimal): -1106697 or 16194799. OLE color: 16194799.

HSL color Cylindrical-coordinate representation of color #EF1CF7: hue angle of 297.81º 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 #EF1CF7 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 28 247 -
CMYK 0.03 0.89 0 0.03
HSL 297.81º 0.93% 0.54% -
HSV(B) 297.81º 0.89% 0.97% -
XYZ 52.8 25.9 90.21 -
YUV 116.06 201.9 215.69 -
System Red Green Blue C M Y K H S L
Decimal 239 28 247 0.03 0.89 0 0.03 297.81 0.93 0.54
Hex EF 1C F7 3 59 0 3 12A 5D 36
Octal 357 34 367 3 131 0 3 452 135 66
Binary 11101111 11100 11110111 11 1011001 0 11 100101010 1011101 110110

Color Harmonies of #EF1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CF7

Black with #EF1CF7

Text Example


Text Example

White with #EF1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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