Html Css Color HEX #EF13EC Magenta

📋 copy color: '#EF13EC'

red 239 ◦ green 19 ◦ blue 236

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

Shades of Magenta #EF13EC

Tints of Magenta #EF13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

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

R = 48.38%
G = 3.85%
B = 47.77%

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

#EF13EC (or 0xEF13EC) is known color: Magenta. HEX triplet: EF, 13 and EC. RGB value is (239,19,236). Sum of RGB (Red+Green+Blue) = 239+19+236=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13EC is #10EC13. Grayscale: #6C6C6C. Windows color (decimal): -1109012 or 15471599. OLE color: 15471599.

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

Color convert

RGB 239 19 236 -
CMYK 0 0.92 0.01 0.06
HSL 300.82º 0.87% 0.51% -
HSV(B) 300.82º 0.92% 0.94% -
XYZ 50.97 24.87 81.47 -
YUV 109.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 239 19 236 0 0.92 0.01 0.06 300.82 0.87 0.51
Hex EF 13 EC 0 5C 1 6 12D 57 33
Octal 357 23 354 0 134 1 6 455 127 63
Binary 11101111 10011 11101100 0 1011100 1 110 100101101 1010111 110011

Color Harmonies of #EF13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13EC

Black with #EF13EC

Text Example


Text Example

White with #EF13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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