#EE55EC

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

Shades of Free Speech Magenta #EE55EC

Tints of Free Speech Magenta #EE55EC

Color information

#EE55EC (or 0xEE55EC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and EC. RGB value is (238,85,236). Sum of RGB (Red+Green+Blue) = 238+85+236=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55EC is #11AA13. Grayscale: #939393. Windows color (decimal): -1157652 or 15488494. OLE color: 15488494.

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

Color convert

RGB23885236-
CMYK00.640.010.07
HSL300.78º81.82%63.33%-
HSV(B)300.78º64.29%93.33%-
XYZ53.6530.7382.46-
YUV147.96177.69192.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 85 (33.59% from 255) = 15.21%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=42.58%
G=15.21%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388523600.640.010.07300.7881.8263.33
HexEE55EC0401712d523f
Octal35612535401001745512277
Binary111011101010101111011000100000011111001011011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55EC; }

 p { color: rgb(238,85,236); }

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

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

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

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

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

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

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