Html Css Color HEX #EF03FA Magenta

📋 copy color: '#EF03FA'

red 239 ◦ green 3 ◦ blue 250

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

Shades of Magenta #EF03FA

Tints of Magenta #EF03FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 48.58%
G = 0.61%
B = 50.81%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF03FA (or 0xEF03FA) is known color: Magenta. HEX triplet: EF, 03 and FA. RGB value is (239,3,250). Sum of RGB (Red+Green+Blue) = 239+3+250=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF03FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03FA is #10FC05. Grayscale: #646464. Windows color (decimal): -1113094 or 16385007. OLE color: 16385007.

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

Color convert

RGB 239 3 250 -
CMYK 0.04 0.99 0 0.02
HSL 297.33º 0.98% 0.5% -
HSV(B) 297.33º 0.99% 0.98% -
XYZ 52.88 25.32 92.54 -
YUV 101.72 211.69 225.92 -
System Red Green Blue C M Y K H S L
Decimal 239 3 250 0.04 0.99 0 0.02 297.33 0.98 0.5
Hex EF 3 FA 4 63 0 2 129 62 32
Octal 357 3 372 4 143 0 2 451 142 62
Binary 11101111 11 11111010 100 1100011 0 10 100101001 1100010 110010

Color Harmonies of #EF03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03FA

Black with #EF03FA

Text Example


Text Example

White with #EF03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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