Html Css Color HEX #EF2BF9 Magenta

📋 copy color: '#EF2BF9'

red 239 ◦ green 43 ◦ blue 249

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

Shades of Magenta #EF2BF9

Tints of Magenta #EF2BF9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.1%

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

R = 45.01%
G = 8.1%
B = 46.89%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF2BF9 (or 0xEF2BF9) is known color: Magenta. HEX triplet: EF, 2B and F9. RGB value is (239,43,249). Sum of RGB (Red+Green+Blue) = 239+43+249=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 43 (17.19% from 255 or 8.10% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF2BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BF9 is #10D406. Grayscale: #7C7C7C. Windows color (decimal): -1102855 or 16329711. OLE color: 16329711.

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

Color convert

RGB 239 43 249 -
CMYK 0.04 0.83 0 0.02
HSL 297.09º 0.94% 0.57% -
HSV(B) 297.09º 0.83% 0.98% -
XYZ 53.56 26.92 92 -
YUV 125.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 239 43 249 0.04 0.83 0 0.02 297.09 0.94 0.57
Hex EF 2B F9 4 53 0 2 129 5E 39
Octal 357 53 371 4 123 0 2 451 136 71
Binary 11101111 101011 11111001 100 1010011 0 10 100101001 1011110 111001

Color Harmonies of #EF2BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BF9

Black with #EF2BF9

Text Example


Text Example

White with #EF2BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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