Html Css Color HEX #EF14FB Magenta

📋 copy color: '#EF14FB'

red 239 ◦ green 20 ◦ blue 251

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

Shades of Magenta #EF14FB

Tints of Magenta #EF14FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 46.86%
G = 3.92%
B = 49.22%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF14FB (or 0xEF14FB) is known color: Magenta. HEX triplet: EF, 14 and FB. RGB value is (239,20,251). Sum of RGB (Red+Green+Blue) = 239+20+251=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 20 (8.20% from 255 or 3.92% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF14FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF14FB is #10EB04. Grayscale: #6F6F6F. Windows color (decimal): -1108741 or 16454895. OLE color: 16454895.

HSL color Cylindrical-coordinate representation of color #EF14FB: hue angle of 296.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF14FB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 20 251 -
CMYK 0.05 0.92 0 0.02
HSL 296.88º 0.97% 0.53% -
HSV(B) 296.88º 0.92% 0.98% -
XYZ 53.26 25.82 93.44 -
YUV 111.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 239 20 251 0.05 0.92 0 0.02 296.88 0.97 0.53
Hex EF 14 FB 5 5C 0 2 129 61 35
Octal 357 24 373 5 134 0 2 451 141 65
Binary 11101111 10100 11111011 101 1011100 0 10 100101001 1100001 110101

Color Harmonies of #EF14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14FB

Black with #EF14FB

Text Example


Text Example

White with #EF14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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