#EE00FF

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

Shades of Magenta #EE00FF

Tints of Magenta #EE00FF

Color information

#EE00FF (or 0xEE00FF) is unknown color: approx Magenta. HEX triplet: EE, 00 and FF. RGB value is (238,0,255). Sum of RGB (Red+Green+Blue) = 238+0+255=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00FF is #11FF00. Grayscale: #636363. Windows color (decimal): -1179393 or 16711918. OLE color: 16711918.

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

Color convert

RGB2380255-
CMYK0.07100
HSL296º100%50%-
HSV(B)296º100%100%-
XYZ53.3125.496.7-
YUV100.23215.35226.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal23802550.0710029610050
HexEE0FF764001286432
Octal356037771440045014462
Binary111011100111111111111100100001001010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE00FF; }

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

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

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

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

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

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

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

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