Html Css Color HEX #EF29FA Magenta

📋 copy color: '#EF29FA'

red 239 ◦ green 41 ◦ blue 250

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

Shades of Magenta #EF29FA

Tints of Magenta #EF29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.74%

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

R = 45.09%
G = 7.74%
B = 47.17%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF29FA (or 0xEF29FA) is known color: Magenta. HEX triplet: EF, 29 and FA. RGB value is (239,41,250). Sum of RGB (Red+Green+Blue) = 239+41+250=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF29FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29FA is #10D605. Grayscale: #7B7B7B. Windows color (decimal): -1103366 or 16394735. OLE color: 16394735.

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

Color convert

RGB 239 41 250 -
CMYK 0.04 0.84 0 0.02
HSL 296.84º 0.95% 0.57% -
HSV(B) 296.84º 0.84% 0.98% -
XYZ 53.64 26.84 92.8 -
YUV 124.03 199.1 210.01 -
System Red Green Blue C M Y K H S L
Decimal 239 41 250 0.04 0.84 0 0.02 296.84 0.95 0.57
Hex EF 29 FA 4 54 0 2 129 5F 39
Octal 357 51 372 4 124 0 2 451 137 71
Binary 11101111 101001 11111010 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #EF29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29FA

Black with #EF29FA

Text Example


Text Example

White with #EF29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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