Html Css Color HEX #EF00FA Magenta

📋 copy color: '#EF00FA'

red 239 ◦ green 0 ◦ blue 250

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

Shades of Magenta #EF00FA

Tints of Magenta #EF00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.88%
G = 0%
B = 51.12%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF00FA (or 0xEF00FA) is known color: Magenta. HEX triplet: EF, 00 and FA. RGB value is (239,0,250). Sum of RGB (Red+Green+Blue) = 239+0+250=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00FA is #10FF05. Grayscale: #636363. Windows color (decimal): -1113862 or 16384239. OLE color: 16384239.

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

Color convert

RGB 239 0 250 -
CMYK 0.04 1 0 0.02
HSL 297.36º 1% 0.49% -
HSV(B) 297.36º 1% 0.98% -
XYZ 52.85 25.25 92.53 -
YUV 99.96 212.68 227.17 -
System Red Green Blue C M Y K H S L
Decimal 239 0 250 0.04 1 0 0.02 297.36 1 0.49
Hex EF 0 FA 4 64 0 2 129 64 31
Octal 357 0 372 4 144 0 2 451 144 61
Binary 11101111 0 11111010 100 1100100 0 10 100101001 1100100 110001

Color Harmonies of #EF00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00FA

Black with #EF00FA

Text Example


Text Example

White with #EF00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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