#E164E5

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

Shades of Free Speech Magenta #E164E5

Tints of Free Speech Magenta #E164E5

Color information

#E164E5 (or 0xE164E5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 64 and E5. RGB value is (225,100,229). Sum of RGB (Red+Green+Blue) = 225+100+229=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #E164E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164E5 is #1E9B1A. Grayscale: #979797. Windows color (decimal): -2005787 or 15033569. OLE color: 15033569.

HSL color Cylindrical-coordinate representation of color #E164E5: hue angle of 298.14º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164E5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225100229-
CMYK0.020.5600.10
HSL298.14º71.27%64.51%-
HSV(B)298.14º56.33%89.8%-
XYZ49.7530.7877.45-
YUV152.08171.41180.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 100 (39.45% from 255) = 18.05%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=40.61%
G=18.05%
B=41.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251002290.020.5600.10298.1471.2764.51
HexE164E52380A12a4741
Octal341144345270012452107101
Binary11100001110010011100101101110000101010010101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164E5; }

 p { color: rgb(225,100,229); }

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

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

 a { background-color: rgb(225,100,229); }

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

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

 span { border-color: rgb(225,100,229); }

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