Html Css Color HEX #EF1AFA Magenta

📋 copy color: '#EF1AFA'

red 239 ◦ green 26 ◦ blue 250

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

Shades of Magenta #EF1AFA

Tints of Magenta #EF1AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 46.41%
G = 5.05%
B = 48.54%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF1AFA (or 0xEF1AFA) is known color: Magenta. HEX triplet: EF, 1A and FA. RGB value is (239,26,250). Sum of RGB (Red+Green+Blue) = 239+26+250=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF1AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AFA is #10E505. Grayscale: #727272. Windows color (decimal): -1107206 or 16390895. OLE color: 16390895.

HSL color Cylindrical-coordinate representation of color #EF1AFA: hue angle of 297.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1AFA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 26 250 -
CMYK 0.04 0.90 0 0.02
HSL 297.05º 0.96% 0.54% -
HSV(B) 297.05º 0.9% 0.98% -
XYZ 53.22 25.99 92.65 -
YUV 115.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 239 26 250 0.04 0.90 0 0.02 297.05 0.96 0.54
Hex EF 1A FA 4 5A 0 2 129 60 36
Octal 357 32 372 4 132 0 2 451 140 66
Binary 11101111 11010 11111010 100 1011010 0 10 100101001 1100000 110110

Color Harmonies of #EF1AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AFA

Black with #EF1AFA

Text Example


Text Example

White with #EF1AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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