Html Css Color HEX #EF29FF Magenta

📋 copy color: '#EF29FF'

red 239 ◦ green 41 ◦ blue 255

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

Shades of Magenta #EF29FF

Tints of Magenta #EF29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 44.67%
G = 7.66%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF29FF (or 0xEF29FF) is known color: Magenta. HEX triplet: EF, 29 and FF. RGB value is (239,41,255). Sum of RGB (Red+Green+Blue) = 239+41+255=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 41 (16.41% from 255 or 7.66% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29FF is #10D600. Grayscale: #7B7B7B. Windows color (decimal): -1103361 or 16722415. OLE color: 16722415.

HSL color Cylindrical-coordinate representation of color #EF29FF: hue angle of 295.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF29FF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 41 255 -
CMYK 0.06 0.84 0 0
HSL 295.51º 1% 0.58% -
HSV(B) 295.51º 0.84% 1% -
XYZ 54.44 27.16 96.98 -
YUV 124.6 201.6 209.6 -
System Red Green Blue C M Y K H S L
Decimal 239 41 255 0.06 0.84 0 0 295.51 1 0.58
Hex EF 29 FF 6 54 0 0 128 64 3A
Octal 357 51 377 6 124 0 0 450 144 72
Binary 11101111 101001 11111111 110 1010100 0 0 100101000 1100100 111010

Color Harmonies of #EF29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29FF

Black with #EF29FF

Text Example


Text Example

White with #EF29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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