Html Css Color HEX #EF1AF2 Magenta

📋 copy color: '#EF1AF2'

red 239 ◦ green 26 ◦ blue 242

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

Shades of Magenta #EF1AF2

Tints of Magenta #EF1AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 47.14%
G = 5.13%
B = 47.73%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF1AF2 (or 0xEF1AF2) is known color: Magenta. HEX triplet: EF, 1A and F2. RGB value is (239,26,242). Sum of RGB (Red+Green+Blue) = 239+26+242=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF1AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AF2 is #10E50D. Grayscale: #717171. Windows color (decimal): -1107214 or 15866607. OLE color: 15866607.

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

Color convert

RGB 239 26 242 -
CMYK 0.01 0.89 0 0.05
HSL 299.17º 0.89% 0.53% -
HSV(B) 299.17º 0.89% 0.95% -
XYZ 51.99 25.5 86.19 -
YUV 114.31 200.07 216.94 -
System Red Green Blue C M Y K H S L
Decimal 239 26 242 0.01 0.89 0 0.05 299.17 0.89 0.53
Hex EF 1A F2 1 59 0 5 12B 59 35
Octal 357 32 362 1 131 0 5 453 131 65
Binary 11101111 11010 11110010 1 1011001 0 101 100101011 1011001 110101

Color Harmonies of #EF1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AF2

Black with #EF1AF2

Text Example


Text Example

White with #EF1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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