Html Css Color HEX #EF16FF Magenta

📋 copy color: '#EF16FF'

red 239 ◦ green 22 ◦ blue 255

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

Shades of Magenta #EF16FF

Tints of Magenta #EF16FF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.26%

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

R = 46.32%
G = 4.26%
B = 49.42%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF16FF (or 0xEF16FF) is known color: Magenta. HEX triplet: EF, 16 and FF. RGB value is (239,22,255). Sum of RGB (Red+Green+Blue) = 239+22+255=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF16FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16FF is #10E900. Grayscale: #707070. Windows color (decimal): -1108225 or 16717551. OLE color: 16717551.

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

Color convert

RGB 239 22 255 -
CMYK 0.06 0.91 0 0
HSL 295.88º 1% 0.54% -
HSV(B) 295.88º 0.91% 1% -
XYZ 53.93 26.14 96.81 -
YUV 113.45 207.89 217.55 -
System Red Green Blue C M Y K H S L
Decimal 239 22 255 0.06 0.91 0 0 295.88 1 0.54
Hex EF 16 FF 6 5B 0 0 128 64 36
Octal 357 26 377 6 133 0 0 450 144 66
Binary 11101111 10110 11111111 110 1011011 0 0 100101000 1100100 110110

Color Harmonies of #EF16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16FF

Black with #EF16FF

Text Example


Text Example

White with #EF16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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