Html Css Color HEX #EF2BF5 Magenta

📋 copy color: '#EF2BF5'

red 239 ◦ green 43 ◦ blue 245

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

Shades of Magenta #EF2BF5

Tints of Magenta #EF2BF5

RGB

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

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

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

R = 45.35%
G = 8.16%
B = 46.49%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF2BF5 (or 0xEF2BF5) is known color: Magenta. HEX triplet: EF, 2B and F5. RGB value is (239,43,245). Sum of RGB (Red+Green+Blue) = 239+43+245=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF2BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BF5 is #10D40A. Grayscale: #7C7C7C. Windows color (decimal): -1102859 or 16067567. OLE color: 16067567.

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

Color convert

RGB 239 43 245 -
CMYK 0.02 0.82 0 0.04
HSL 298.22º 0.91% 0.56% -
HSV(B) 298.22º 0.82% 0.96% -
XYZ 52.94 26.67 88.74 -
YUV 124.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 239 43 245 0.02 0.82 0 0.04 298.22 0.91 0.56
Hex EF 2B F5 2 52 0 4 12A 5B 38
Octal 357 53 365 2 122 0 4 452 133 70
Binary 11101111 101011 11110101 10 1010010 0 100 100101010 1011011 111000

Color Harmonies of #EF2BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2BF5

Black with #EF2BF5

Text Example


Text Example

White with #EF2BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2BF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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