Html Css Color HEX #EF04FF Magenta

📋 copy color: '#EF04FF'

red 239 ◦ green 4 ◦ blue 255

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

Shades of Magenta #EF04FF

Tints of Magenta #EF04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 47.99%
G = 0.8%
B = 51.2%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF04FF (or 0xEF04FF) is known color: Magenta. HEX triplet: EF, 04 and FF. RGB value is (239,4,255). Sum of RGB (Red+Green+Blue) = 239+4+255=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04FF is #10FB00. Grayscale: #666666. Windows color (decimal): -1112833 or 16712943. OLE color: 16712943.

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

Color convert

RGB 239 4 255 -
CMYK 0.06 0.98 0 0
HSL 296.18º 1% 0.51% -
HSV(B) 296.18º 0.98% 1% -
XYZ 53.69 25.66 96.73 -
YUV 102.88 213.86 225.09 -
System Red Green Blue C M Y K H S L
Decimal 239 4 255 0.06 0.98 0 0 296.18 1 0.51
Hex EF 4 FF 6 62 0 0 128 64 33
Octal 357 4 377 6 142 0 0 450 144 63
Binary 11101111 100 11111111 110 1100010 0 0 100101000 1100100 110011

Color Harmonies of #EF04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04FF

Black with #EF04FF

Text Example


Text Example

White with #EF04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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