#EF32FF

Color #EF32FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #EF32FF

Tints of Magenta #EF32FF

Color information

#EF32FF (or 0xEF32FF) is unknown color: approx 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

RGB23950255-
CMYK0.060.8000
HSL295.32º100%59.8%-
HSV(B)295.32º80.39%100%-
XYZ54.7927.8597.1-
YUV129.88198.62205.83-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239502550.060.8000295.3210059.8
HexEF32FF65000127643c
Octal3576237761200044714474
Binary11101111110010111111111101010000001001001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF32FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>