Html Css Color HEX #EF26FA Magenta

📋 copy color: '#EF26FA'

red 239 ◦ green 38 ◦ blue 250

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

Shades of Magenta #EF26FA

Tints of Magenta #EF26FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.21%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 45.35%
G = 7.21%
B = 47.44%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF26FA (or 0xEF26FA) is known color: Magenta. HEX triplet: EF, 26 and FA. RGB value is (239,38,250). Sum of RGB (Red+Green+Blue) = 239+38+250=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF26FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF26FA is #10D905. Grayscale: #797979. Windows color (decimal): -1104134 or 16393967. OLE color: 16393967.

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

Color convert

RGB 239 38 250 -
CMYK 0.04 0.85 0 0.02
HSL 296.89º 0.95% 0.56% -
HSV(B) 296.89º 0.85% 0.98% -
XYZ 53.55 26.64 92.76 -
YUV 122.27 200.09 211.26 -
System Red Green Blue C M Y K H S L
Decimal 239 38 250 0.04 0.85 0 0.02 296.89 0.95 0.56
Hex EF 26 FA 4 55 0 2 129 5F 38
Octal 357 46 372 4 125 0 2 451 137 70
Binary 11101111 100110 11111010 100 1010101 0 10 100101001 1011111 111000

Color Harmonies of #EF26FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF26FA

Black with #EF26FA

Text Example


Text Example

White with #EF26FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF26FA; }

 p { color: rgb(239,38,250); }

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

background-color css

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

 a { background-color: rgb(239,38,250); }

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

border-color css

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

 span { border-color: rgb(239,38,250); }

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