#EE26EF

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

Shades of Magenta #EE26EF

Tints of Magenta #EE26EF

Color information

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

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

Color convert

RGB23838239-
CMYK0.000.8400.06
HSL299.7º86.27%54.31%-
HSV(B)299.7º84.1%93.73%-
XYZ51.5325.883.92-
YUV120.71194.76211.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238382390.000.8400.06299.786.2754.31
HexEE26EF0540612c5636
Octal3564635701240645412666
Binary11101110100110111011110101010001101001011001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE26EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE26EF; }

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

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

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

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

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

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

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

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