#FF00EE

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

Shades of Magenta #FF00EE

Tints of Magenta #FF00EE

Color information

#FF00EE (or 0xFF00EE) is unknown color: approx Magenta. HEX triplet: FF, 00 and EE. RGB value is (255,0,238). Sum of RGB (Red+Green+Blue) = 255+0+238=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00EE is #00FF11. Grayscale: #666666. Windows color (decimal): -65298 or 15597823. OLE color: 15597823.

HSL color Cylindrical-coordinate representation of color #FF00EE: hue angle of 304º 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 #FF00EE is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB2550238-
CMYK010.070
HSL304º100%50%-
HSV(B)304º100%100%-
XYZ56.6727.4383.2-
YUV103.38203.98236.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550238010.07030410050
HexFF0EE064701306432
Octal377035601447046014462
Binary111111110111011100110010011101001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00EE; }

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

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

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

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

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

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

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

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