#E164CE

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

Shades of Free Speech Magenta #E164CE

Tints of Free Speech Magenta #E164CE

Color information

#E164CE (or 0xE164CE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 64 and CE. RGB value is (225,100,206). Sum of RGB (Red+Green+Blue) = 225+100+206=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E164CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164CE is #1E9B31. Grayscale: #959595. Windows color (decimal): -2005810 or 13526241. OLE color: 13526241.

HSL color Cylindrical-coordinate representation of color #E164CE: hue angle of 309.12º 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 #E164CE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225100206-
CMYK00.560.080.12
HSL309.12º67.57%63.73%-
HSV(B)309.12º55.56%88.24%-
XYZ46.7529.5861.64-
YUV149.46159.91181.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 100 (39.45% from 255) = 18.83%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=42.37%
G=18.83%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510020600.560.080.12309.1267.5763.73
HexE164CE0388C1354440
Octal3411443160701014465104100
Binary1110000111001001100111001110001000110010011010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164CE; }

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

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

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

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

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

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

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

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