#EF26EE

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

Shades of Magenta #EF26EE

Tints of Magenta #EF26EE

Color information

#EF26EE (or 0xEF26EE) is unknown color: approx Magenta. HEX triplet: EF, 26 and EE. RGB value is (239,38,238). Sum of RGB (Red+Green+Blue) = 239+38+238=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF26EE is #10D911. Grayscale: #787878. Windows color (decimal): -1104146 or 15607535. OLE color: 15607535.

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

Color convert

RGB23938238-
CMYK00.840.000.06
HSL300.3º86.27%54.31%-
HSV(B)300.3º84.1%93.73%-
XYZ51.7225.9183.16-
YUV120.9194.09212.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 38 (15.23% from 255) = 7.38%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=46.41%
G=7.38%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393823800.840.000.06300.386.2754.31
HexEF26EE0540612c5636
Octal3574635601240645412666
Binary11101111100110111011100101010001101001011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF26EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF26EE; }

 p { color: rgb(239,38,238); }

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

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

 a { background-color: rgb(239,38,238); }

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

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

 span { border-color: rgb(239,38,238); }

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