#EE55EE

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

Shades of Free Speech Magenta #EE55EE

Tints of Free Speech Magenta #EE55EE

Color information

#EE55EE (or 0xEE55EE) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 55 and EE. RGB value is (238,85,238). Sum of RGB (Red+Green+Blue) = 238+85+238=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55EE is #11AA11. Grayscale: #939393. Windows color (decimal): -1157650 or 15619566. OLE color: 15619566.

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

Color convert

RGB23885238-
CMYK00.6400.07
HSL300º81.82%63.33%-
HSV(B)300º64.29%93.33%-
XYZ53.9430.8584-
YUV148.19178.69192.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 85 (33.59% from 255) = 15.15%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=42.42%
G=15.15%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388523800.6400.0730081.8263.33
HexEE55EE0400712c523f
Octal35612535601000745412277
Binary111011101010101111011100100000001111001011001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55EE; }

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

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

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

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

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

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

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

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