Html Css Color HEX #EF16EC Magenta

📋 copy color: '#EF16EC'

red 239 ◦ green 22 ◦ blue 236

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

Shades of Magenta #EF16EC

Tints of Magenta #EF16EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 48.09%
G = 4.43%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF16EC (or 0xEF16EC) is known color: Magenta. HEX triplet: EF, 16 and EC. RGB value is (239,22,236). Sum of RGB (Red+Green+Blue) = 239+22+236=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF16EC is #10E913. Grayscale: #6E6E6E. Windows color (decimal): -1108244 or 15472367. OLE color: 15472367.

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

Color convert

RGB 239 22 236 -
CMYK 0 0.91 0.01 0.06
HSL 300.83º 0.87% 0.51% -
HSV(B) 300.83º 0.91% 0.94% -
XYZ 51.02 24.98 81.49 -
YUV 111.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 239 22 236 0 0.91 0.01 0.06 300.83 0.87 0.51
Hex EF 16 EC 0 5B 1 6 12D 57 33
Octal 357 26 354 0 133 1 6 455 127 63
Binary 11101111 10110 11101100 0 1011011 1 110 100101101 1010111 110011

Color Harmonies of #EF16EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16EC

Black with #EF16EC

Text Example


Text Example

White with #EF16EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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