Html Css Color HEX #EF18FC Magenta

📋 copy color: '#EF18FC'

red 239 ◦ green 24 ◦ blue 252

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

Shades of Magenta #EF18FC

Tints of Magenta #EF18FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.66%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 46.41%
G = 4.66%
B = 48.93%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF18FC (or 0xEF18FC) is known color: Magenta. HEX triplet: EF, 18 and FC. RGB value is (239,24,252). Sum of RGB (Red+Green+Blue) = 239+24+252=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF18FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18FC is #10E703. Grayscale: #717171. Windows color (decimal): -1107716 or 16521455. OLE color: 16521455.

HSL color Cylindrical-coordinate representation of color #EF18FC: hue angle of 296.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18FC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 24 252 -
CMYK 0.05 0.90 0 0.01
HSL 296.58º 0.97% 0.54% -
HSV(B) 296.58º 0.9% 0.99% -
XYZ 53.49 26.03 94.3 -
YUV 114.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 239 24 252 0.05 0.90 0 0.01 296.58 0.97 0.54
Hex EF 18 FC 5 5A 0 1 129 61 36
Octal 357 30 374 5 132 0 1 451 141 66
Binary 11101111 11000 11111100 101 1011010 0 1 100101001 1100001 110110

Color Harmonies of #EF18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18FC

Black with #EF18FC

Text Example


Text Example

White with #EF18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18FC; }

 p { color: rgb(239,24,252); }

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

background-color css

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

 a { background-color: rgb(239,24,252); }

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

border-color css

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

 span { border-color: rgb(239,24,252); }

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