Html Css Color HEX #EF07FB Magenta

📋 copy color: '#EF07FB'

red 239 ◦ green 7 ◦ blue 251

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

Shades of Magenta #EF07FB

Tints of Magenta #EF07FB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

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

R = 48.09%
G = 1.41%
B = 50.5%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF07FB (or 0xEF07FB) is known color: Magenta. HEX triplet: EF, 07 and FB. RGB value is (239,7,251). Sum of RGB (Red+Green+Blue) = 239+7+251=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF07FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF07FB is #10F804. Grayscale: #676767. Windows color (decimal): -1112069 or 16451567. OLE color: 16451567.

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

Color convert

RGB 239 7 251 -
CMYK 0.05 0.97 0 0.02
HSL 297.05º 0.97% 0.51% -
HSV(B) 297.05º 0.97% 0.98% -
XYZ 53.09 25.47 93.38 -
YUV 104.18 210.86 224.16 -
System Red Green Blue C M Y K H S L
Decimal 239 7 251 0.05 0.97 0 0.02 297.05 0.97 0.51
Hex EF 7 FB 5 61 0 2 129 61 33
Octal 357 7 373 5 141 0 2 451 141 63
Binary 11101111 111 11111011 101 1100001 0 10 100101001 1100001 110011

Color Harmonies of #EF07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07FB

Black with #EF07FB

Text Example


Text Example

White with #EF07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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