Html Css Color HEX #EF04FB Magenta

📋 copy color: '#EF04FB'

red 239 ◦ green 4 ◦ blue 251

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

Shades of Magenta #EF04FB

Tints of Magenta #EF04FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 48.38%
G = 0.81%
B = 50.81%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF04FB (or 0xEF04FB) is known color: Magenta. HEX triplet: EF, 04 and FB. RGB value is (239,4,251). Sum of RGB (Red+Green+Blue) = 239+4+251=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF04FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04FB is #10FB04. Grayscale: #656565. Windows color (decimal): -1112837 or 16450799. OLE color: 16450799.

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

Color convert

RGB 239 4 251 -
CMYK 0.05 0.98 0 0.02
HSL 297.09º 0.97% 0.5% -
HSV(B) 297.09º 0.98% 0.98% -
XYZ 53.05 25.4 93.37 -
YUV 102.42 211.86 225.42 -
System Red Green Blue C M Y K H S L
Decimal 239 4 251 0.05 0.98 0 0.02 297.09 0.97 0.5
Hex EF 4 FB 5 62 0 2 129 61 32
Octal 357 4 373 5 142 0 2 451 141 62
Binary 11101111 100 11111011 101 1100010 0 10 100101001 1100001 110010

Color Harmonies of #EF04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04FB

Black with #EF04FB

Text Example


Text Example

White with #EF04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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