Html Css Color HEX #EF06FF Magenta

📋 copy color: '#EF06FF'

red 239 ◦ green 6 ◦ blue 255

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

Shades of Magenta #EF06FF

Tints of Magenta #EF06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 47.8%
G = 1.2%
B = 51%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF06FF (or 0xEF06FF) is known color: Magenta. HEX triplet: EF, 06 and FF. RGB value is (239,6,255). Sum of RGB (Red+Green+Blue) = 239+6+255=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06FF is #10F900. Grayscale: #676767. Windows color (decimal): -1112321 or 16713455. OLE color: 16713455.

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

Color convert

RGB 239 6 255 -
CMYK 0.06 0.98 0 0
HSL 296.14º 1% 0.51% -
HSV(B) 296.14º 0.98% 1% -
XYZ 53.71 25.7 96.74 -
YUV 104.05 213.19 224.25 -
System Red Green Blue C M Y K H S L
Decimal 239 6 255 0.06 0.98 0 0 296.14 1 0.51
Hex EF 6 FF 6 62 0 0 128 64 33
Octal 357 6 377 6 142 0 0 450 144 63
Binary 11101111 110 11111111 110 1100010 0 0 100101000 1100100 110011

Color Harmonies of #EF06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06FF

Black with #EF06FF

Text Example


Text Example

White with #EF06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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