Html Css Color HEX #EF06EF Magenta

📋 copy color: '#EF06EF'

red 239 ◦ green 6 ◦ blue 239

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

Shades of Magenta #EF06EF

Tints of Magenta #EF06EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 49.38%
G = 1.24%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF06EF (or 0xEF06EF) is known color: Magenta. HEX triplet: EF, 06 and EF. RGB value is (239,6,239). Sum of RGB (Red+Green+Blue) = 239+6+239=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF06EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF06EF is #10F910. Grayscale: #656565. Windows color (decimal): -1112337 or 15664879. OLE color: 15664879.

HSL color Cylindrical-coordinate representation of color #EF06EF: hue angle of 300º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06EF is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 239 -
CMYK 0 0.97 0 0.06
HSL 300º 0.95% 0.48% -
HSV(B) 300º 0.97% 0.94% -
XYZ 51.24 24.71 83.73 -
YUV 102.23 205.19 225.55 -
System Red Green Blue C M Y K H S L
Decimal 239 6 239 0 0.97 0 0.06 300 0.95 0.48
Hex EF 6 EF 0 61 0 6 12C 5F 30
Octal 357 6 357 0 141 0 6 454 137 60
Binary 11101111 110 11101111 0 1100001 0 110 100101100 1011111 110000

Color Harmonies of #EF06EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06EF

Black with #EF06EF

Text Example


Text Example

White with #EF06EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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