Html Css Color HEX #EF03FB Magenta

📋 copy color: '#EF03FB'

red 239 ◦ green 3 ◦ blue 251

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

Shades of Magenta #EF03FB

Tints of Magenta #EF03FB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

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

R = 48.48%
G = 0.61%
B = 50.91%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF03FB (or 0xEF03FB) is known color: Magenta. HEX triplet: EF, 03 and FB. RGB value is (239,3,251). Sum of RGB (Red+Green+Blue) = 239+3+251=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF03FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03FB is #10FC04. Grayscale: #656565. Windows color (decimal): -1113093 or 16450543. OLE color: 16450543.

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

Color convert

RGB 239 3 251 -
CMYK 0.05 0.99 0 0.02
HSL 297.1º 0.98% 0.5% -
HSV(B) 297.1º 0.99% 0.98% -
XYZ 53.04 25.38 93.37 -
YUV 101.84 212.19 225.83 -
System Red Green Blue C M Y K H S L
Decimal 239 3 251 0.05 0.99 0 0.02 297.1 0.98 0.5
Hex EF 3 FB 5 63 0 2 129 62 32
Octal 357 3 373 5 143 0 2 451 142 62
Binary 11101111 11 11111011 101 1100011 0 10 100101001 1100010 110010

Color Harmonies of #EF03FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03FB

Black with #EF03FB

Text Example


Text Example

White with #EF03FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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