Html Css Color HEX #EF14E6 Magenta

📋 copy color: '#EF14E6'

red 239 ◦ green 20 ◦ blue 230

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

Shades of Magenta #EF14E6

Tints of Magenta #EF14E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 48.88%
G = 4.09%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF14E6 (or 0xEF14E6) is known color: Magenta. HEX triplet: EF, 14 and E6. RGB value is (239,20,230). Sum of RGB (Red+Green+Blue) = 239+20+230=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14E6 is #10EB19. Grayscale: #6C6C6C. Windows color (decimal): -1108762 or 15078639. OLE color: 15078639.

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

Color convert

RGB 239 20 230 -
CMYK 0 0.92 0.04 0.06
HSL 302.47º 0.87% 0.51% -
HSV(B) 302.47º 0.92% 0.94% -
XYZ 50.13 24.56 76.96 -
YUV 109.42 196.05 220.42 -
System Red Green Blue C M Y K H S L
Decimal 239 20 230 0 0.92 0.04 0.06 302.47 0.87 0.51
Hex EF 14 E6 0 5C 4 6 12E 57 33
Octal 357 24 346 0 134 4 6 456 127 63
Binary 11101111 10100 11100110 0 1011100 100 110 100101110 1010111 110011

Color Harmonies of #EF14E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14E6

Black with #EF14E6

Text Example


Text Example

White with #EF14E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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