#ee0eee

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

Shades of Magenta #EE0EEE

Tints of Magenta #EE0EEE

Color information

#EE0EEE (or 0xEE0EEE) is unknown color: approx Magenta. HEX triplet: EE, 0E and EE. RGB value is (238,14,238). Sum of RGB (Red+Green+Blue) = 238+14+238=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EEE is #11F111. Grayscale: #696969. Windows color (decimal): -1175826 or 15601390. OLE color: 15601390.

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

Color convert

RGB23814238-
CMYK00.9400.07
HSL300º88.89%49.41%-
HSV(B)300º94.12%93.33%-
XYZ50.8524.6682.97-
YUV106.51202.21221.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 14 (5.86% from 255) = 2.86%
BLUE value IS 238 (93.36% from 255) = 48.57%
R=48.57%
G=2.86%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381423800.9400.0730088.8949.41
HexEEEEE05E0712c5931
Octal3561635601360745413161
Binary111011101110111011100101111001111001011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee0eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee0eee; }

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

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

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

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

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

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

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

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