Html Css Color HEX #EF29F9 Magenta

📋 copy color: '#EF29F9'

red 239 ◦ green 41 ◦ blue 249

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

Shades of Magenta #EF29F9

Tints of Magenta #EF29F9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.75%

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 45.18%
G = 7.75%
B = 47.07%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF29F9 (or 0xEF29F9) is known color: Magenta. HEX triplet: EF, 29 and F9. RGB value is (239,41,249). Sum of RGB (Red+Green+Blue) = 239+41+249=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 41 (16.41% from 255 or 7.75% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29F9 is #10D606. Grayscale: #7B7B7B. Windows color (decimal): -1103367 or 16329199. OLE color: 16329199.

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

Color convert

RGB 239 41 249 -
CMYK 0.04 0.84 0 0.02
HSL 297.12º 0.95% 0.57% -
HSV(B) 297.12º 0.84% 0.98% -
XYZ 53.49 26.78 91.97 -
YUV 123.91 198.6 210.09 -
System Red Green Blue C M Y K H S L
Decimal 239 41 249 0.04 0.84 0 0.02 297.12 0.95 0.57
Hex EF 29 F9 4 54 0 2 129 5F 39
Octal 357 51 371 4 124 0 2 451 137 71
Binary 11101111 101001 11111001 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #EF29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29F9

Black with #EF29F9

Text Example


Text Example

White with #EF29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29F9; }

 p { color: rgb(239,41,249); }

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

background-color css

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

 a { background-color: rgb(239,41,249); }

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

border-color css

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

 span { border-color: rgb(239,41,249); }

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