Html Css Color HEX #EF14EC Magenta

📋 copy color: '#EF14EC'

red 239 ◦ green 20 ◦ blue 236

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

Shades of Magenta #EF14EC

Tints of Magenta #EF14EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.04%

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

R = 48.28%
G = 4.04%
B = 47.68%

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

#EF14EC (or 0xEF14EC) is known color: Magenta. HEX triplet: EF, 14 and EC. RGB value is (239,20,236). Sum of RGB (Red+Green+Blue) = 239+20+236=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 20 (8.20% from 255 or 4.04% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14EC is #10EB13. Grayscale: #6D6D6D. Windows color (decimal): -1108756 or 15471855. OLE color: 15471855.

HSL color Cylindrical-coordinate representation of color #EF14EC: 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 #EF14EC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 20 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.99 24.91 81.48 -
YUV 110.11 199.05 219.94 -
System Red Green Blue C M Y K H S L
Decimal 239 20 236 0 0.92 0.01 0.06 300.82 0.87 0.51
Hex EF 14 EC 0 5C 1 6 12D 57 33
Octal 357 24 354 0 134 1 6 455 127 63
Binary 11101111 10100 11101100 0 1011100 1 110 100101101 1010111 110011

Color Harmonies of #EF14EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14EC

Black with #EF14EC

Text Example


Text Example

White with #EF14EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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