#EF33FF

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

Shades of Magenta #EF33FF

Tints of Magenta #EF33FF

Color information

#EF33FF (or 0xEF33FF) is unknown color: approx Magenta. HEX triplet: EF, 33 and FF. RGB value is (239,51,255). Sum of RGB (Red+Green+Blue) = 239+51+255=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 51 (20.31% from 255 or 9.36% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF33FF is #10CC00. Grayscale: #818181. Windows color (decimal): -1100801 or 16724975. OLE color: 16724975.

HSL color Cylindrical-coordinate representation of color #EF33FF: hue angle of 295.29º 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 #EF33FF is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23951255-
CMYK0.060.800
HSL295.29º100%60%-
HSV(B)295.29º80%100%-
XYZ54.8327.9497.11-
YUV130.47198.28205.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 51 (20.31% from 255) = 9.36%
BLUE value IS 255 (100% from 255) = 46.79%
R=43.85%
G=9.36%
B=46.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239512550.060.800295.2910060
HexEF33FF65000127643c
Octal3576337761200044714474
Binary11101111110011111111111101010000001001001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF33FF; }

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

 H1.HeaderClassName
 {
   color: #EF33FF;
 }
 .AnyTagClassName
 {
   color: #EF33FF;
 }
</style>
background-color css

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

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

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

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

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

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