#E164E7

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

Shades of Free Speech Magenta #E164E7

Tints of Free Speech Magenta #E164E7

Color information

#E164E7 (or 0xE164E7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 64 and E7. RGB value is (225,100,231). Sum of RGB (Red+Green+Blue) = 225+100+231=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #E164E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164E7 is #1E9B18. Grayscale: #979797. Windows color (decimal): -2005785 or 15164641. OLE color: 15164641.

HSL color Cylindrical-coordinate representation of color #E164E7: hue angle of 297.25º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E164E7 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225100231-
CMYK0.030.5700.09
HSL297.25º73.18%64.9%-
HSV(B)297.25º56.71%90.59%-
XYZ50.0330.8978.93-
YUV152.31172.41179.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 100 (39.45% from 255) = 17.99%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=40.47%
G=17.99%
B=41.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251002310.030.5700.09297.2573.1864.9
HexE164E7339091294941
Octal341144347371011451111101
Binary11100001110010011100111111110010100110010100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164E7; }

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

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

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

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

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

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

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

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