Html Css Color HEX #EF04FE Magenta

📋 copy color: '#EF04FE'

red 239 ◦ green 4 ◦ blue 254

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

Shades of Magenta #EF04FE

Tints of Magenta #EF04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 48.09%
G = 0.8%
B = 51.11%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF04FE (or 0xEF04FE) is known color: Magenta. HEX triplet: EF, 04 and FE. RGB value is (239,4,254). Sum of RGB (Red+Green+Blue) = 239+4+254=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 4 (1.95% from 255 or 0.80% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04FE is #10FB01. Grayscale: #666666. Windows color (decimal): -1112834 or 16647407. OLE color: 16647407.

HSL color Cylindrical-coordinate representation of color #EF04FE: hue angle of 296.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF04FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 4 254 -
CMYK 0.06 0.98 0 0.00
HSL 296.4º 0.99% 0.51% -
HSV(B) 296.4º 0.98% 1% -
XYZ 53.53 25.59 95.88 -
YUV 102.77 213.36 225.17 -
System Red Green Blue C M Y K H S L
Decimal 239 4 254 0.06 0.98 0 0.00 296.4 0.99 0.51
Hex EF 4 FE 6 62 0 0 128 63 33
Octal 357 4 376 6 142 0 0 450 143 63
Binary 11101111 100 11111110 110 1100010 0 0 100101000 1100011 110011

Color Harmonies of #EF04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04FE

Black with #EF04FE

Text Example


Text Example

White with #EF04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04FE; }

 p { color: rgb(239,4,254); }

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

background-color css

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

 a { background-color: rgb(239,4,254); }

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

border-color css

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

 span { border-color: rgb(239,4,254); }

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