#E860C6

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

Shades of Free Speech Magenta #E860C6

Tints of Free Speech Magenta #E860C6

Color information

#E860C6 (or 0xE860C6) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 60 and C6. RGB value is (232,96,198). Sum of RGB (Red+Green+Blue) = 232+96+198=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E860C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860C6 is #179F39. Grayscale: #949494. Windows color (decimal): -1548090 or 13000936. OLE color: 13000936.

HSL color Cylindrical-coordinate representation of color #E860C6: hue angle of 315º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860C6 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB23296198-
CMYK00.590.150.09
HSL315º74.73%64.31%-
HSV(B)315º58.62%90.98%-
XYZ47.6529.656.63-
YUV148.29156.06187.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.11%
GREEN value IS 96 (37.89% from 255) = 18.25%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=44.11%
G=18.25%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329619800.590.150.0931574.7364.31
HexE860C603BF913b4b40
Octal3501403060731711473113100
Binary1110100011000001100011001110111111100110011101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E860C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E860C6; }

 p { color: rgb(232,96,198); }

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

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

 a { background-color: rgb(232,96,198); }

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

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

 span { border-color: rgb(232,96,198); }

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