Html Css Color HEX #EF2EF5 Magenta

📋 copy color: '#EF2EF5'

red 239 ◦ green 46 ◦ blue 245

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

Shades of Magenta #EF2EF5

Tints of Magenta #EF2EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 45.09%
G = 8.68%
B = 46.23%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF2EF5 (or 0xEF2EF5) is known color: Magenta. HEX triplet: EF, 2E and F5. RGB value is (239,46,245). Sum of RGB (Red+Green+Blue) = 239+46+245=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 46 (18.36% from 255 or 8.68% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF2EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EF5 is #10D10A. Grayscale: #7D7D7D. Windows color (decimal): -1102091 or 16068335. OLE color: 16068335.

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

Color convert

RGB 239 46 245 -
CMYK 0.02 0.81 0 0.04
HSL 298.19º 0.91% 0.57% -
HSV(B) 298.19º 0.81% 0.96% -
XYZ 53.06 26.9 88.78 -
YUV 126.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 239 46 245 0.02 0.81 0 0.04 298.19 0.91 0.57
Hex EF 2E F5 2 51 0 4 12A 5B 39
Octal 357 56 365 2 121 0 4 452 133 71
Binary 11101111 101110 11110101 10 1010001 0 100 100101010 1011011 111001

Color Harmonies of #EF2EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2EF5

Black with #EF2EF5

Text Example


Text Example

White with #EF2EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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