#EE12EE

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

Shades of Magenta #EE12EE

Tints of Magenta #EE12EE

Color information

#EE12EE (or 0xEE12EE) is unknown color: approx Magenta. HEX triplet: EE, 12 and EE. RGB value is (238,18,238). Sum of RGB (Red+Green+Blue) = 238+18+238=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12EE is #11ED11. Grayscale: #6C6C6C. Windows color (decimal): -1174802 or 15602414. OLE color: 15602414.

HSL color Cylindrical-coordinate representation of color #EE12EE: hue angle of 300º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE12EE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23818238-
CMYK00.9200.07
HSL300º86.61%50.2%-
HSV(B)300º92.44%93.33%-
XYZ50.9124.7882.99-
YUV108.86200.89220.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.18%
GREEN value IS 18 (7.42% from 255) = 3.64%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=48.18%
G=3.64%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381823800.9200.0730086.6150.2
HexEE12EE05C0712c5732
Octal3562235601340745412762
Binary1110111010010111011100101110001111001011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE12EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE12EE; }

 p { color: rgb(238,18,238); }

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

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

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

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

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

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

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