Html Css Color HEX #EF1FEC Magenta

📋 copy color: '#EF1FEC'

red 239 ◦ green 31 ◦ blue 236

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

Shades of Magenta #EF1FEC

Tints of Magenta #EF1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.13%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 47.23%
G = 6.13%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1FEC (or 0xEF1FEC) is known color: Magenta. HEX triplet: EF, 1F and EC. RGB value is (239,31,236). Sum of RGB (Red+Green+Blue) = 239+31+236=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FEC is #10E013. Grayscale: #737373. Windows color (decimal): -1105940 or 15474671. OLE color: 15474671.

HSL color Cylindrical-coordinate representation of color #EF1FEC: hue angle of 300.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FEC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 31 236 -
CMYK 0 0.87 0.01 0.06
HSL 300.87º 0.87% 0.53% -
HSV(B) 300.87º 0.87% 0.94% -
XYZ 51.23 25.39 81.56 -
YUV 116.56 195.41 215.33 -
System Red Green Blue C M Y K H S L
Decimal 239 31 236 0 0.87 0.01 0.06 300.87 0.87 0.53
Hex EF 1F EC 0 57 1 6 12D 57 35
Octal 357 37 354 0 127 1 6 455 127 65
Binary 11101111 11111 11101100 0 1010111 1 110 100101101 1010111 110101

Color Harmonies of #EF1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FEC

Black with #EF1FEC

Text Example


Text Example

White with #EF1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FEC; }

 p { color: rgb(239,31,236); }

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

background-color css

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

 a { background-color: rgb(239,31,236); }

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

border-color css

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

 span { border-color: rgb(239,31,236); }

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