#EE52DE

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

Shades of Free Speech Magenta #EE52DE

Tints of Free Speech Magenta #EE52DE

Color information

#EE52DE (or 0xEE52DE) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 52 and DE. RGB value is (238,82,222). Sum of RGB (Red+Green+Blue) = 238+82+222=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52DE is #11AD21. Grayscale: #909090. Windows color (decimal): -1158434 or 14570222. OLE color: 14570222.

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

Color convert

RGB23882222-
CMYK00.660.070.07
HSL306.15º82.11%62.75%-
HSV(B)306.15º65.55%93.33%-
XYZ51.4629.4972.09-
YUV144.6171.68194.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.91%
GREEN value IS 82 (32.42% from 255) = 15.13%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=43.91%
G=15.13%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388222200.660.070.07306.1582.1162.75
HexEE52DE04277132523f
Octal35612233601027746212277
Binary11101110101001011011110010000101111111001100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE52DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE52DE; }

 p { color: rgb(238,82,222); }

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

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

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

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

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

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

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