Html Css Color HEX #EF2EFB Magenta

📋 copy color: '#EF2EFB'

red 239 ◦ green 46 ◦ blue 251

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

Shades of Magenta #EF2EFB

Tints of Magenta #EF2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.58%

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

R = 44.59%
G = 8.58%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF2EFB (or 0xEF2EFB) is known color: Magenta. HEX triplet: EF, 2E and FB. RGB value is (239,46,251). Sum of RGB (Red+Green+Blue) = 239+46+251=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 46 (18.36% from 255 or 8.58% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EFB is #10D104. Grayscale: #7E7E7E. Windows color (decimal): -1102085 or 16461551. OLE color: 16461551.

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

Color convert

RGB 239 46 251 -
CMYK 0.05 0.82 0 0.02
HSL 296.49º 0.96% 0.58% -
HSV(B) 296.49º 0.82% 0.98% -
XYZ 53.99 27.27 93.68 -
YUV 127.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 239 46 251 0.05 0.82 0 0.02 296.49 0.96 0.58
Hex EF 2E FB 5 52 0 2 128 60 3A
Octal 357 56 373 5 122 0 2 450 140 72
Binary 11101111 101110 11111011 101 1010010 0 10 100101000 1100000 111010

Color Harmonies of #EF2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EFB

Black with #EF2EFB

Text Example


Text Example

White with #EF2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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