Html Css Color HEX #EF04F3 Magenta

📋 copy color: '#EF04F3'

red 239 ◦ green 4 ◦ blue 243

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

Shades of Magenta #EF04F3

Tints of Magenta #EF04F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50%

R = 49.18%
G = 0.82%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF04F3 (or 0xEF04F3) is known color: Magenta. HEX triplet: EF, 04 and F3. RGB value is (239,4,243). Sum of RGB (Red+Green+Blue) = 239+4+243=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04F3 is #10FB0C. Grayscale: #646464. Windows color (decimal): -1112845 or 15926511. OLE color: 15926511.

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

Color convert

RGB 239 4 243 -
CMYK 0.02 0.98 0 0.05
HSL 299º 0.97% 0.48% -
HSV(B) 299º 0.98% 0.95% -
XYZ 51.82 24.91 86.87 -
YUV 101.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 239 4 243 0.02 0.98 0 0.05 299 0.97 0.48
Hex EF 4 F3 2 62 0 5 12B 61 30
Octal 357 4 363 2 142 0 5 453 141 60
Binary 11101111 100 11110011 10 1100010 0 101 100101011 1100001 110000

Color Harmonies of #EF04F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04F3

Black with #EF04F3

Text Example


Text Example

White with #EF04F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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