Html Css Color HEX #EF32FF Magenta

📋 copy color: '#EF32FF'

red 239 ◦ green 50 ◦ blue 255

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

Shades of Magenta #EF32FF

Tints of Magenta #EF32FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.19%

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

R = 43.93%
G = 9.19%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF32FF (or 0xEF32FF) is known color: Magenta. HEX triplet: EF, 32 and FF. RGB value is (239,50,255). Sum of RGB (Red+Green+Blue) = 239+50+255=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 50 (19.92% from 255 or 9.19% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF32FF is #10CD00. Grayscale: #818181. Windows color (decimal): -1101057 or 16724719. OLE color: 16724719.

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

Color convert

RGB 239 50 255 -
CMYK 0.06 0.80 0 0
HSL 295.32º 1% 0.6% -
HSV(B) 295.32º 0.8% 1% -
XYZ 54.79 27.85 97.1 -
YUV 129.88 198.62 205.83 -
System Red Green Blue C M Y K H S L
Decimal 239 50 255 0.06 0.80 0 0 295.32 1 0.6
Hex EF 32 FF 6 50 0 0 127 64 3C
Octal 357 62 377 6 120 0 0 447 144 74
Binary 11101111 110010 11111111 110 1010000 0 0 100100111 1100100 111100

Color Harmonies of #EF32FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32FF

Black with #EF32FF

Text Example


Text Example

White with #EF32FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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