Html Css Color HEX #EF08FA Magenta

📋 copy color: '#EF08FA'

red 239 ◦ green 8 ◦ blue 250

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

Shades of Magenta #EF08FA

Tints of Magenta #EF08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.61%

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

R = 48.09%
G = 1.61%
B = 50.3%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF08FA (or 0xEF08FA) is known color: Magenta. HEX triplet: EF, 08 and FA. RGB value is (239,8,250). Sum of RGB (Red+Green+Blue) = 239+8+250=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 8 (3.52% from 255 or 1.61% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF08FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08FA is #10F705. Grayscale: #676767. Windows color (decimal): -1111814 or 16386287. OLE color: 16386287.

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

Color convert

RGB 239 8 250 -
CMYK 0.04 0.97 0 0.02
HSL 297.27º 0.96% 0.51% -
HSV(B) 297.27º 0.97% 0.98% -
XYZ 52.94 25.43 92.56 -
YUV 104.66 210.03 223.82 -
System Red Green Blue C M Y K H S L
Decimal 239 8 250 0.04 0.97 0 0.02 297.27 0.96 0.51
Hex EF 8 FA 4 61 0 2 129 60 33
Octal 357 10 372 4 141 0 2 451 140 63
Binary 11101111 1000 11111010 100 1100001 0 10 100101001 1100000 110011

Color Harmonies of #EF08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08FA

Black with #EF08FA

Text Example


Text Example

White with #EF08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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