Html Css Color HEX #EF13FA Magenta

📋 copy color: '#EF13FA'

red 239 ◦ green 19 ◦ blue 250

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

Shades of Magenta #EF13FA

Tints of Magenta #EF13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.74%

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

R = 47.05%
G = 3.74%
B = 49.21%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF13FA (or 0xEF13FA) is known color: Magenta. HEX triplet: EF, 13 and FA. RGB value is (239,19,250). Sum of RGB (Red+Green+Blue) = 239+19+250=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 19 (7.81% from 255 or 3.74% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF13FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13FA is #10EC05. Grayscale: #6E6E6E. Windows color (decimal): -1108998 or 16389103. OLE color: 16389103.

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

Color convert

RGB 239 19 250 -
CMYK 0.04 0.92 0 0.02
HSL 297.14º 0.96% 0.53% -
HSV(B) 297.14º 0.92% 0.98% -
XYZ 53.08 25.72 92.61 -
YUV 111.11 206.39 219.22 -
System Red Green Blue C M Y K H S L
Decimal 239 19 250 0.04 0.92 0 0.02 297.14 0.96 0.53
Hex EF 13 FA 4 5C 0 2 129 60 35
Octal 357 23 372 4 134 0 2 451 140 65
Binary 11101111 10011 11111010 100 1011100 0 10 100101001 1100000 110101

Color Harmonies of #EF13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13FA

Black with #EF13FA

Text Example


Text Example

White with #EF13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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