#E164C8

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

Shades of Free Speech Magenta #E164C8

Tints of Free Speech Magenta #E164C8

Color information

#E164C8 (or 0xE164C8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 64 and C8. RGB value is (225,100,200). Sum of RGB (Red+Green+Blue) = 225+100+200=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E164C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164C8 is #1E9B37. Grayscale: #949494. Windows color (decimal): -2005816 or 13133025. OLE color: 13133025.

HSL color Cylindrical-coordinate representation of color #E164C8: hue angle of 312º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164C8 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225100200-
CMYK00.560.110.12
HSL312º67.57%63.73%-
HSV(B)312º55.56%88.24%-
XYZ46.0329.2957.87-
YUV148.78156.91182.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=42.86%
G=19.05%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510020000.560.110.1231267.5763.73
HexE164C8038BC1384440
Octal3411443100701314470104100
Binary1110000111001001100100001110001011110010011100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164C8; }

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

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

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

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

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

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

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

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