#EE00EE

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

Shades of Magenta #EE00EE

Tints of Magenta #EE00EE

Color information

#EE00EE (or 0xEE00EE) is unknown color: approx Magenta. HEX triplet: EE, 00 and EE. RGB value is (238,0,238). Sum of RGB (Red+Green+Blue) = 238+0+238=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00EE is #11FF11. Grayscale: #616161. Windows color (decimal): -1179410 or 15597806. OLE color: 15597806.

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

Color convert

RGB2380238-
CMYK0100.07
HSL300º100%46.67%-
HSV(B)300º100%93.33%-
XYZ50.6924.3582.92-
YUV98.29206.85227.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23802380100.0730010046.67
HexEE0EE0640712c642f
Octal356035601440745414457
Binary111011100111011100110010001111001011001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00EE; }

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

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

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

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

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

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

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

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