Html Css Color HEX #EF04F5 Magenta

📋 copy color: '#EF04F5'

red 239 ◦ green 4 ◦ blue 245

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

Shades of Magenta #EF04F5

Tints of Magenta #EF04F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.2%

R = 48.98%
G = 0.82%
B = 50.2%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF04F5 (or 0xEF04F5) is known color: Magenta. HEX triplet: EF, 04 and F5. RGB value is (239,4,245). Sum of RGB (Red+Green+Blue) = 239+4+245=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 4 (1.95% from 255 or 0.82% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF04F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04F5 is #10FB0A. Grayscale: #656565. Windows color (decimal): -1112843 or 16057583. OLE color: 16057583.

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

Color convert

RGB 239 4 245 -
CMYK 0.02 0.98 0 0.04
HSL 298.51º 0.97% 0.49% -
HSV(B) 298.51º 0.98% 0.96% -
XYZ 52.12 25.03 88.47 -
YUV 101.74 208.86 225.9 -
System Red Green Blue C M Y K H S L
Decimal 239 4 245 0.02 0.98 0 0.04 298.51 0.97 0.49
Hex EF 4 F5 2 62 0 4 12B 61 31
Octal 357 4 365 2 142 0 4 453 141 61
Binary 11101111 100 11110101 10 1100010 0 100 100101011 1100001 110001

Color Harmonies of #EF04F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04F5

Black with #EF04F5

Text Example


Text Example

White with #EF04F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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