Html Css Color HEX #EF04FC Magenta

📋 copy color: '#EF04FC'

red 239 ◦ green 4 ◦ blue 252

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

Shades of Magenta #EF04FC

Tints of Magenta #EF04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 48.28%
G = 0.81%
B = 50.91%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF04FC (or 0xEF04FC) is known color: Magenta. HEX triplet: EF, 04 and FC. RGB value is (239,4,252). Sum of RGB (Red+Green+Blue) = 239+4+252=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04FC is #10FB03. Grayscale: #656565. Windows color (decimal): -1112836 or 16516335. OLE color: 16516335.

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

Color convert

RGB 239 4 252 -
CMYK 0.05 0.98 0 0.01
HSL 296.85º 0.98% 0.5% -
HSV(B) 296.85º 0.98% 0.99% -
XYZ 53.21 25.47 94.21 -
YUV 102.54 212.36 225.33 -
System Red Green Blue C M Y K H S L
Decimal 239 4 252 0.05 0.98 0 0.01 296.85 0.98 0.5
Hex EF 4 FC 5 62 0 1 129 62 32
Octal 357 4 374 5 142 0 1 451 142 62
Binary 11101111 100 11111100 101 1100010 0 1 100101001 1100010 110010

Color Harmonies of #EF04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04FC

Black with #EF04FC

Text Example


Text Example

White with #EF04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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