Html Css Color HEX #EF06FE Magenta

📋 copy color: '#EF06FE'

red 239 ◦ green 6 ◦ blue 254

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

Shades of Magenta #EF06FE

Tints of Magenta #EF06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.2%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 47.9%
G = 1.2%
B = 50.9%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF06FE (or 0xEF06FE) is known color: Magenta. HEX triplet: EF, 06 and FE. RGB value is (239,6,254). Sum of RGB (Red+Green+Blue) = 239+6+254=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 6 (2.73% from 255 or 1.20% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06FE is #10F901. Grayscale: #676767. Windows color (decimal): -1112322 or 16647919. OLE color: 16647919.

HSL color Cylindrical-coordinate representation of color #EF06FE: hue angle of 296.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF06FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 6 254 -
CMYK 0.06 0.98 0 0.00
HSL 296.37º 0.99% 0.51% -
HSV(B) 296.37º 0.98% 1% -
XYZ 53.55 25.64 95.89 -
YUV 103.94 212.69 224.33 -
System Red Green Blue C M Y K H S L
Decimal 239 6 254 0.06 0.98 0 0.00 296.37 0.99 0.51
Hex EF 6 FE 6 62 0 0 128 63 33
Octal 357 6 376 6 142 0 0 450 143 63
Binary 11101111 110 11111110 110 1100010 0 0 100101000 1100011 110011

Color Harmonies of #EF06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06FE

Black with #EF06FE

Text Example


Text Example

White with #EF06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06FE; }

 p { color: rgb(239,6,254); }

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

background-color css

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

 a { background-color: rgb(239,6,254); }

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

border-color css

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

 span { border-color: rgb(239,6,254); }

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