Html Css Color HEX #EF12EC Magenta

📋 copy color: '#EF12EC'

red 239 ◦ green 18 ◦ blue 236

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

Shades of Magenta #EF12EC

Tints of Magenta #EF12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.65%

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

R = 48.48%
G = 3.65%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF12EC (or 0xEF12EC) is known color: Magenta. HEX triplet: EF, 12 and EC. RGB value is (239,18,236). Sum of RGB (Red+Green+Blue) = 239+18+236=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF12EC is #10ED13. Grayscale: #6C6C6C. Windows color (decimal): -1109268 or 15471343. OLE color: 15471343.

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

Color convert

RGB 239 18 236 -
CMYK 0 0.92 0.01 0.06
HSL 300.81º 0.87% 0.5% -
HSV(B) 300.81º 0.92% 0.94% -
XYZ 50.95 24.84 81.47 -
YUV 108.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 239 18 236 0 0.92 0.01 0.06 300.81 0.87 0.5
Hex EF 12 EC 0 5C 1 6 12D 57 32
Octal 357 22 354 0 134 1 6 455 127 62
Binary 11101111 10010 11101100 0 1011100 1 110 100101101 1010111 110010

Color Harmonies of #EF12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12EC

Black with #EF12EC

Text Example


Text Example

White with #EF12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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